1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Parsing of RoDubbed releases as Romanian

This commit is contained in:
Bogdan
2023-03-13 23:25:16 +02:00
committed by Qstick
parent 89b609a221
commit 42c9e4e3e5
2 changed files with 7 additions and 1 deletions
@@ -147,6 +147,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Movie.Title.1994.Romanian.1080p.XviD-LOL")]
[TestCase("Movie.Title.1994.1080p.XviD.RoDubbed-LOL")]
public void should_parse_language_romanian(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);