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

Fixed: Incorrectly identifying YTS.LT as Lithuanian Language

New: Detect YTS.LT as a Release Group
This commit is contained in:
bakerboy448
2021-05-06 22:27:23 -05:00
committed by Qstick
parent 36962f176f
commit 02bcb4d865
3 changed files with 3 additions and 1 deletions
@@ -19,6 +19,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("The Danish Movie 2015")]
[TestCase("Movie.Title.2018.2160p.WEBRip.x265.10bit.HDR.DD5.1-GASMASK")]
[TestCase("Movie.Title.2010.720p.BluRay.x264.-[YTS.LT]")]
public void should_parse_language_unknown(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);