Skip to content
Snippets Groups Projects
Commit cfd55f1b authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Add mks file as allowed subtitles extension

Fixes #1467
parent 27e8a2ee
No related branches found
Tags libvlc-3.4.5
1 merge request!7023.3 fixes
......@@ -50,7 +50,7 @@ public class Extensions {
final String[] subtitlesExtensions = {
".idx", ".sub", ".srt", ".ssa", ".ass", ".smi", ".utf", ".utf8", ".utf-8",
".rt", ".aqt", ".txt", ".usf", ".jss", ".cdg", ".psb", ".mpsub",".mpl2",
".pjs", ".dks", ".stl", ".vtt", ".ttml" };
".pjs", ".dks", ".stl", ".vtt", ".ttml", ".mks" };
final String[] playlistExtensions = {".m3u", ".asx", ".b4s", ".pls", ".xspf"/*, ".zip"*/};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment