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

Allow totally reckless users to save m3u-extvlcopt if they want to.

parent 7b558301
......@@ -72,7 +72,6 @@ vlc_module_begin();
set_capability( "demux2", 10 );
add_bool( "m3u-extvlcopt", VLC_FALSE, NULL,
EXTVLCOPT_TEXT, EXTVLCOPT_LONGTEXT, VLC_FALSE );
change_unsaveable();
set_callbacks( E_(Import_M3U), E_(Close_M3U) );
add_submodule();
set_description( _("PLS playlist import") );
......
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