From: Rafaël Carré Date: Tue, 30 Oct 2007 18:24:06 +0000 (+0000) Subject: Disable album art by default. fix #1280 X-Git-Tag: 0.9.0-test0~4737 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=00ee7f75efe4f8c61deff395851f1b9dcc0296bf;p=vlc Disable album art by default. fix #1280 --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 70d2834080..b864d6093f 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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 );