Commit d1167c21 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mark playlist-enqueue as non-saveable - refs #869

parent 0faa56ac
...@@ -1779,6 +1779,7 @@ vlc_module_begin(); ...@@ -1779,6 +1779,7 @@ vlc_module_begin();
ONEINSTANCE_DBUS_LONGTEXT, VLC_TRUE ); ONEINSTANCE_DBUS_LONGTEXT, VLC_TRUE );
add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT, add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE ); PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );
change_unsaveable();
#endif #endif
#if defined(WIN32) #if defined(WIN32)
...@@ -1793,6 +1794,7 @@ vlc_module_begin(); ...@@ -1793,6 +1794,7 @@ vlc_module_begin();
ONEINSTANCEWHENSTARTEDFROMFILE_LONGTEXT, VLC_TRUE ); ONEINSTANCEWHENSTARTEDFROMFILE_LONGTEXT, VLC_TRUE );
add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT, add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE ); PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );
change_unsaveable();
add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT, add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT,
HPRIORITY_LONGTEXT, VLC_FALSE ); HPRIORITY_LONGTEXT, VLC_FALSE );
change_need_restart(); change_need_restart();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment