rage thumb - use titles for movies - it seems some have titles metadata

This commit is contained in:
Carsten Haitzler 2016-08-22 23:07:40 +09:00
parent 00a46790b7
commit f30092f35d
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ _cb_loaded(void *data, Evas_Object *obj, void *info EINA_UNUSED)
if (is_audio)
{
albumart_find(file, title, artist, album, NULL,
albumart_find(file, artist, album, title, NULL,
_cb_fetched, (void *)file);
return;
}
@ -72,7 +72,7 @@ _cb_loaded(void *data, Evas_Object *obj, void *info EINA_UNUSED)
if (is_movie)
{
albumart_find(file, NULL, NULL, NULL, "film poster",
albumart_find(file, NULL, NULL, title, "film poster",
_cb_fetched, (void *)file);
return;
}