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

New: Parse VIE as Vietnamese language

This commit is contained in:
Bogdan
2023-11-08 20:00:51 +02:00
parent 50f48277e5
commit 54d447d55f
2 changed files with 8 additions and 1 deletions
@@ -219,6 +219,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Movie.Title.1994.Vietnamese.1080p.XviD-LOL")]
[TestCase("Movie.Title.1994.VIE.1080p.XviD-LOL")]
public void should_parse_language_vietnamese(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);