1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Parse JAP instead of JPN as Japanese

This commit is contained in:
Bogdan
2025-04-13 12:25:46 +03:00
parent e5137d13e9
commit 445babbca8
3 changed files with 4 additions and 4 deletions
@@ -135,8 +135,8 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Movie.Title.1994.Japanese.1080p.XviD-LOL")]
[TestCase("Movie.Title (1988) 2160p HDR 5.1 Eng - Jpn x265 10bit")]
[TestCase("Movie Title (1985) (1080p.AC3 ITA-ENG-JPN)")]
[TestCase("Movie.Title (1988) 2160p HDR 5.1 Eng - Jap x265 10bit")]
[TestCase("Movie Title (1985) (1080p.AC3 ITA-ENG-JAP)")]
public void should_parse_language_japanese(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);