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

Qt4: fix m3u8 export extension

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