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

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

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

Loading…
Cancel
Save