mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-02 02:24:41 +01:00
Fixed: .vtt files treated as subtitles
This commit is contained in:
parent
476110b1de
commit
e407145d10
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.Extras.Subtitles
|
||||
|
|
@ -24,7 +24,8 @@ static SubtitleFileExtensions()
|
|||
".txt",
|
||||
".utf",
|
||||
".utf8",
|
||||
".utf-8"
|
||||
".utf-8",
|
||||
".vtt"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue