]> git.sesse.net Git - vlc/commitdiff
Disable album art by default. fix #1280
authorRafaël Carré <funman@videolan.org>
Tue, 30 Oct 2007 18:24:06 +0000 (18:24 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 30 Oct 2007 18:24:06 +0000 (18:24 +0000)
src/libvlc-module.c

index 70d283408002220ce566c32eb118f0db54c60969..b864d6093f2f72524a50c136084140c59f0b5baf 100644 (file)
@@ -1851,7 +1851,7 @@ vlc_module_begin();
     add_bool( "auto-preparse", VLC_TRUE, NULL, PREPARSE_TEXT,
               PREPARSE_LONGTEXT, VLC_FALSE );
 
-    add_integer( "album-art", ALBUM_ART_WHEN_PLAYED, NULL, ALBUM_ART_TEXT,
+    add_integer( "album-art", ALBUM_ART_WHEN_ASKED, NULL, ALBUM_ART_TEXT,
                  ALBUM_ART_LONGTEXT, VLC_FALSE );
         change_integer_list( pi_albumart_values,
                              ppsz_albumart_descriptions, 0 );