mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
NLsub releases are properly detected
This commit is contained in:
parent
94fb6bf89f
commit
53bfd43fba
2 changed files with 4 additions and 0 deletions
|
@ -450,6 +450,9 @@ namespace NzbDrone.Core.Parser
|
|||
if (lowerTitle.Contains("portuguese"))
|
||||
return Language.Portuguese;
|
||||
|
||||
if (lowerTitle.Contains("nlsub"))
|
||||
return Language.Norwegian;
|
||||
|
||||
var match = LanguageRegex.Match(title);
|
||||
|
||||
if (match.Groups["italian"].Captures.Cast<Capture>().Any())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue