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

Qt4: add M3U8 export

parent b4c56206
......@@ -533,6 +533,7 @@ void DialogsProvider::saveAPlaylist()
char module[12];
} types[] = {
{ N_("XSPF playlist (*.xspf)"), "export-xspf", },
{ N_("M3U8 playlist (*.m3u)"), "export-m3u8", },
{ N_("M3U playlist (*.m3u)"), "export-m3u", },
{ N_("HTML playlist (*.html)"), "export-html", },
};
......
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