]> git.sesse.net Git - vlc/commitdiff
Wait a little bit so we get the meta and art
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 25 Aug 2007 11:44:37 +0000 (11:44 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 25 Aug 2007 11:44:37 +0000 (11:44 +0000)
modules/misc/notify/notify.c

index 32dd7fe7884810711984cc0286fb6b44dc27234c..2ad32b28b00988c527b7d43ba7c33e7365e03959 100644 (file)
@@ -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 ) );