1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Fixed: Parse HebDubbed as Hebrew

Fixes #9513
This commit is contained in:
Qstick
2023-12-31 10:48:13 -06:00
parent c81d2c97f5
commit 3a7b27fb45
2 changed files with 2 additions and 1 deletions
@@ -300,6 +300,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Movie.Title.1994.Hebrew.1080p.XviD-LOL")]
[TestCase("Movie.Title.1994.1080p.BluRay.HebDubbed.Also.English.x264-P2P")]
public void should_parse_language_hebrew(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);