mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
committed by
Robin Dadswell
parent
bec8312d61
commit
ef9c1bf0a4
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Parser
|
||||
languages.Add(Language.French);
|
||||
}
|
||||
|
||||
if (lowerTitle.Contains("spanish"))
|
||||
if (lowerTitle.Contains("spanish") || lowerTitle.Contains("castellano"))
|
||||
{
|
||||
languages.Add(Language.Spanish);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user