diff --git a/sub/find_subfiles.c b/sub/find_subfiles.c index b4132aa47f..f703c8d910 100644 --- a/sub/find_subfiles.c +++ b/sub/find_subfiles.c @@ -16,7 +16,7 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "srt", "smi", "rt", "txt", "ssa", "aqt", "jss", - "js", "ass", NULL}; + "js", "ass", "mks", NULL}; static bool is_sub_ext(bstr ext) {