]> git.sesse.net Git - vlc/commitdiff
Correct a typo in [22984], s/meta-fetch/fetch-meta :D
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 8 Nov 2007 01:07:15 +0000 (01:07 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 8 Nov 2007 01:07:15 +0000 (01:07 +0000)
src/playlist/thread.c

index b6e584a50e1c88c9ef2184d229d67ec18868d61d..d82ab56b01a4171028405ad5bb5cb0946430094e 100644 (file)
@@ -98,7 +98,7 @@ void __playlist_ThreadCreate( vlc_object_t *p_parent )
     p_playlist->p_fetcher->i_waiting = 0;
     p_playlist->p_fetcher->p_waiting = NULL;
     p_playlist->p_fetcher->b_fetch_meta = var_CreateGetInteger( p_playlist,
-                                                                 "meta-fetch" );
+                                                                 "fetch-meta" );
     p_playlist->p_fetcher->i_art_policy = var_CreateGetInteger( p_playlist,
                                                                 "album-art" );