avoid scrolling playlist on songid_update when modifying playlist

This commit is contained in:
Mike Blumenkrantz 2014-12-14 17:22:38 -05:00
parent 50ca6c1301
commit 8fb9daf5be
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ songid_update(int songid)
elm_genlist_item_fields_update(itp, EMPC_TEXT_TIME, ELM_GENLIST_ITEM_FIELD_TEXT);
sop = elm_object_item_data_get(itp);
}
else
else if (first)
elm_genlist_item_show(it, ELM_GENLIST_ITEM_SCROLLTO_MIDDLE);
{
char buf[128];