Fixed: .vtt files treated as subtitles

pull/2567/merge
Mark McDowall 7 years ago
parent 476110b1de
commit e407145d10

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Extras.Subtitles namespace NzbDrone.Core.Extras.Subtitles
@ -24,7 +24,8 @@ namespace NzbDrone.Core.Extras.Subtitles
".txt", ".txt",
".utf", ".utf",
".utf8", ".utf8",
".utf-8" ".utf-8",
".vtt"
}; };
} }

Loading…
Cancel
Save