Fixed: .vtt files treated as subtitles (#2885)

This commit is contained in:
Qstick 2018-07-18 16:17:14 -04:00 committed by Leonardo Galli
parent 5470378af4
commit 728a50c68f

View file

@ -24,7 +24,8 @@ static SubtitleFileExtensions()
".txt",
".utf",
".utf8",
".utf-8"
".utf-8",
".vtt"
};
}