mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Fixed: Don't treat SubFrench as French audio language
(cherry picked from commit 5ad3d2efcce7d983bd783b551f32666529086901) Closes #10209
This commit is contained in:
@@ -21,6 +21,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]")]
|
||||
[TestCase("Movie.Title.2010.SUBFRENCH.1080p.WEB.x264-GROUP")]
|
||||
public void should_parse_language_unknown(string postTitle)
|
||||
{
|
||||
var result = Parser.Parser.ParseMovieTitle(postTitle, true);
|
||||
|
||||
Reference in New Issue
Block a user