mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
newpct: tag latino as Spanish Latino when found. resolves #10293
This commit is contained in:
@@ -552,6 +552,7 @@ namespace Jackett.Common.Indexers
|
||||
|
||||
// we have to guess the language (words DUAL or MULTI are not supported in Radarr)
|
||||
var language = "spanish";
|
||||
if (titleLower.Contains("latino")) language += " latino";
|
||||
if ((titleLower.Contains("castellano") && titleLower.Contains("ingles")) ||
|
||||
(titleLower.Contains("spanish") && titleLower.Contains("english")) ||
|
||||
titleLower.Contains("[es-en]") || titleLower.Contains("multilenguaje"))
|
||||
|
Reference in New Issue
Block a user