use normal emotion function to determine playability of e_thumb files

ref 82f1b8a1c1
ref D4779
This commit is contained in:
Mike Blumenkrantz 2018-01-22 14:18:03 -05:00
parent 110835d212
commit 22dd7fef86
1 changed files with 1 additions and 10 deletions

View File

@ -366,16 +366,7 @@ _e_thumb_generate(E_Thumb *eth)
sortkey = EINA_FALSE;
if ((ext) &&
((!strcasecmp(ext, ".mp4")) ||
(!strcasecmp(ext, ".m4a")) ||
(!strcasecmp(ext, ".m4v")) ||
(!strcasecmp(ext, ".mp3")) ||
(!strcasecmp(ext, ".ogg")) ||
(!strcasecmp(ext, ".ogv")) ||
(!strcasecmp(ext, ".aac")) ||
(!strcasecmp(ext, ".flac"))
))
if (emotion_object_extension_may_play_get(eth->file))
{
Evas_Object *em;