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

Fixed: Ignore episode title when parsing release group

Fixes #3097
This commit is contained in:
Mark McDowall
2019-05-03 20:14:35 -07:00
parent 088b4af795
commit a06cbc44cd
2 changed files with 3 additions and 1 deletions
@@ -36,6 +36,8 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("The.Walking.Dead.S09E12.Guardians.REPACK.1080p.AMZN.WEB-DL.DD.5.1.H.264-CasStudio-BUYMORE", "CasStudio")]
[TestCase("Series Title - S01E01 - Episode Title [RlsGroup]", "RlsGroup")]
[TestCase("Black Monday S01 E01-E02 1080p AMZN WEBRip DDP5.1 x264 monkee", null)]
[TestCase("Series.Title.S01E05.The-Aniversary.WEBDL-1080p.mkv", null)]
[TestCase("Series.Title.S01E05.The-Aniversary.HDTV-1080p.mkv", null)]
//[TestCase("", "")]
public void should_parse_release_group(string title, string expected)
{