From: Christophe Mutricy Date: Sat, 25 Aug 2007 11:44:37 +0000 (+0000) Subject: Wait a little bit so we get the meta and art X-Git-Tag: 0.9.0-test0~6139 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2823cee5b350e8864c912299a7ceae6dea6926e2;p=vlc Wait a little bit so we get the meta and art --- diff --git a/modules/misc/notify/notify.c b/modules/misc/notify/notify.c index 32dd7fe788..2ad32b28b0 100644 --- a/modules/misc/notify/notify.c +++ b/modules/misc/notify/notify.c @@ -153,6 +153,8 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var, vlc_object_release( p_input ); return VLC_SUCCESS; } + /*Wait a tad so the meta has been fetched*/ + msleep( 1000*4 ); /* Playing something ... */ psz_artist = input_item_GetArtist( input_GetItem( p_input ) );