mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fixed: Parsing English as the second language in a release name
Closes #8006
This commit is contained in:
@@ -86,6 +86,8 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
[TestCase("Series Title S01 1080p Eng Fra [mkvonly]")]
|
||||
[TestCase("Series Title S01 Eng Fre Multi Subs 720p [H264 mp4]")]
|
||||
[TestCase("Series-Title-S01-[DVDRip]-H264-Fra-Ac3-2-0-Eng-5-1")]
|
||||
[TestCase("Series Title S01 1080p FR ENG [mkvonly]")]
|
||||
[TestCase("Series Title S01 1080p ENG FR [mkvonly]")]
|
||||
public void should_parse_language_french_english(string postTitle)
|
||||
{
|
||||
var result = LanguageParser.ParseLanguages(postTitle);
|
||||
|
||||
Reference in New Issue
Block a user