Commit 5ceaa5d2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Rémi Denis-Courmont

Mark bookmarks() as safe

It isn't dangerous, helps people that use those features in playlists,
although those playlists are VLC-specific
(cherry picked from commit 3310dccd85dbe3c0ba8048c5236507c91d8a0e29)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent a7c789e7
......@@ -1851,6 +1851,7 @@ vlc_module_begin ()
add_string( "bookmarks", NULL, NULL,
BOOKMARKS_TEXT, BOOKMARKS_LONGTEXT, true )
change_safe ()
set_section( N_( "Default devices") , NULL )
......
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