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

Remove copy/pasta VOSTFR parsing as French

This commit is contained in:
Mark McDowall
2022-04-11 20:25:52 -07:00
parent bd70fa5410
commit d73ad3e27a
2 changed files with 1 additions and 2 deletions
@@ -58,7 +58,6 @@ 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("Title.S01.720p.VOSTFR.WEB-DL.AAC2.0.H.264-BTN")]
public void should_parse_language_french(string postTitle)
{
var result = Parser.Parser.ParseTitle(postTitle);