From: RĂ©mi Denis-Courmont Date: Sun, 15 Apr 2007 11:53:54 +0000 (+0000) Subject: Revert [16490]: do NOT remember loop repeat and random X-Git-Tag: 0.9.0-test0~7728 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=81487c3d999e8a1ff26f502801fe561d55a6a3d0;p=vlc Revert [16490]: do NOT remember loop repeat and random --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 5d724dddc0..4a1dd3ee0d 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1670,13 +1670,10 @@ vlc_module_begin(); add_category_hint( N_("Playlist"), PLAYLIST_CAT_LONGTEXT , VLC_FALSE ); add_bool( "random", 0, NULL, RANDOM_TEXT, RANDOM_LONGTEXT, VLC_FALSE ); change_short('Z'); - change_autosave(); add_bool( "loop", 0, NULL, LOOP_TEXT, LOOP_LONGTEXT, VLC_FALSE ); change_short('L'); - change_autosave(); add_bool( "repeat", 0, NULL, REPEAT_TEXT, REPEAT_LONGTEXT, VLC_FALSE ); change_short('R'); - change_autosave(); add_bool( "play-and-exit", 0, NULL, PAE_TEXT, PAE_LONGTEXT, VLC_FALSE ); add_bool( "play-and-stop", 0, NULL, PAS_TEXT, PAS_LONGTEXT, VLC_FALSE ); add_bool( "media-library", 1, NULL, ML_TEXT, ML_LONGTEXT, VLC_FALSE );