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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user