git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905e945
)
Disable album art by default. fix #1280
author
Rafaël Carré
<funman@videolan.org>
Tue, 30 Oct 2007 18:24:06 +0000
(18:24 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Tue, 30 Oct 2007 18:24:06 +0000
(18:24 +0000)
src/libvlc-module.c
patch
|
blob
|
history
diff --git
a/src/libvlc-module.c
b/src/libvlc-module.c
index
70d2834
..
b864d60
100644
(file)
--- 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_
PLAY
ED, NULL, ALBUM_ART_TEXT,
+ add_integer( "album-art", ALBUM_ART_WHEN_
ASK
ED, NULL, ALBUM_ART_TEXT,
ALBUM_ART_LONGTEXT, VLC_FALSE );
change_integer_list( pi_albumart_values,
ppsz_albumart_descriptions, 0 );