1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Parse VFI as French

Closes #6927
This commit is contained in:
Mark McDowall
2024-07-03 21:21:36 -07:00
committed by Mark McDowall
parent 4ee0ae1418
commit c9ea40b874
2 changed files with 2 additions and 1 deletions
@@ -64,6 +64,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Title.S01.720p.VFF.WEB-DL.AAC2.0.H.264-BTN")]
[TestCase("Title.S01.720p.VFQ.WEB-DL.AAC2.0.H.264-BTN")]
[TestCase("Title.S01.720p.TRUEFRENCH.WEB-DL.AAC2.0.H.264-BTN")]
[TestCase("Series In The Middle S01 Multi VFI VO 1080p WEB x265 HEVC AAC 5.1-Papaya")]
public void should_parse_language_french(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);