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

New: Parse '(JA)' as Japanese

Closes #7956
This commit is contained in:
Mark McDowall
2025-07-13 08:25:54 -07:00
parent 99feaa34d2
commit b376b63c9e
2 changed files with 7 additions and 1 deletions
@@ -145,6 +145,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Title.the.Series.2009.S01E14.Japanese.HDTV.XviD-LOL")]
[TestCase("[Erai-raws] To Be Series - 14 (JA) [1080p CR WEB-DL AVC AAC][MultiSub]")]
public void should_parse_language_japanese(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);