Commit b584f3df authored by Christophe Mutricy's avatar Christophe Mutricy

skip-ads option is a bool

parent 3780ceba
......@@ -211,7 +211,7 @@ int Import_ASX( vlc_object_t *p_this )
p_demux->p_sys->i_data_len = -1;
p_demux->p_sys->b_utf8 = false;
p_demux->p_sys->b_skip_ads =
var_InheritInteger( p_demux, "playlist-skip-ads" );
var_InheritBool( p_demux, "playlist-skip-ads" );
return VLC_SUCCESS;
}
......
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