support .vtt subtitles

This commit is contained in:
Luke Pulverenti 2017-09-09 14:20:12 -04:00
parent c0baa0ce90
commit 88bd8892c3

View File

@ -120,7 +120,7 @@ namespace MediaBrowser.Providers.MediaInfo
{ {
get get
{ {
return new[] { ".srt", ".ssa", ".ass", ".sub", ".smi", ".sami" }; return new[] { ".srt", ".ssa", ".ass", ".sub", ".smi", ".sami", ".vtt" };
} }
} }