]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/playlist.c
add_bool wants booleans.
[vlc] / modules / demux / playlist / playlist.c
index 484bb2b20c6cb48b87dd21059e5a469249b068d1..8e104c074473bf08ffc19b7eb8ec425752b54996 100644 (file)
@@ -54,13 +54,13 @@ vlc_module_begin ()
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_DEMUX )
 
-    add_bool( "playlist-autostart", 1, NULL,
+    add_bool( "playlist-autostart", true, NULL,
               AUTOSTART_TEXT, AUTOSTART_LONGTEXT, false )
 
     add_integer( "parent-item", 0, NULL, NULL, NULL, true )
         change_internal ()
 
-    add_bool( "playlist-skip-ads", 1, NULL,
+    add_bool( "playlist-skip-ads", true, NULL,
               SKIP_ADS_TEXT, SKIP_ADS_LONGTEXT, false )
 
     set_shortname( N_("Playlist") )