1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed: Parsing some titles with ITA as Italian

(cherry picked from commit a3b1512552a8a5bc0c0d399d961ccbf0dba97749)
This commit is contained in:
Bogdan
2025-02-13 17:31:39 +02:00
committed by Mark McDowall
parent 3e2e8e9388
commit d09e7893b3
2 changed files with 3 additions and 1 deletions
@@ -121,6 +121,8 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Title.the.Series.2009.S01E14.Italian.HDTV.XviD-LOL")]
[TestCase("Title.the.Series.1x19.ita.720p.bdmux.x264-novarip")]
[TestCase("Title.the.Series.ENG-FRE-ITA.AAC.1080p.WebDL.x264")]
[TestCase("Title the Series (BDrip 1080p ENG-FRE-ITA) Multisub x264")]
public void should_parse_language_italian(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);