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

Fix m3u8 playlist export on crap^Wnon-UTF-8 operating systems

parent 38a4fd74
......@@ -56,7 +56,7 @@ vlc_module_begin ()
set_description( N_("M3U8 playlist export") )
add_shortcut( "export-m3u8" )
set_capability( "playlist export" , 0 )
set_callbacks( Export_M3U , NULL )
set_callbacks( Export_M3U8, NULL )
add_submodule ()
set_description( N_("XSPF playlist export") )
......
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