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

pull/2907/head
Qstick 6 years ago committed by Leonardo Galli
parent 5470378af4
commit 728a50c68f

@ -24,7 +24,8 @@ namespace NzbDrone.Core.Extras.Subtitles
".txt",
".utf",
".utf8",
".utf-8"
".utf-8",
".vtt"
};
}

Loading…
Cancel
Save