mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Fixed: .vtt files treated as subtitles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.Extras.Subtitles
|
||||
@@ -24,7 +24,8 @@ namespace NzbDrone.Core.Extras.Subtitles
|
||||
".txt",
|
||||
".utf",
|
||||
".utf8",
|
||||
".utf-8"
|
||||
".utf-8",
|
||||
".vtt"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user