1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed: Don't use extended episode number as release group

This commit is contained in:
Mark McDowall
2019-01-30 18:31:01 -08:00
parent 47db1db861
commit 561fdef815
2 changed files with 10 additions and 0 deletions
@@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Ghosted.S01E08.Haunted.Hayride.720p.AMZN.WEBRip.DDP5.1.x264-NTb-postbot", "NTb")]
[TestCase("Ghosted.S01E08.Haunted.Hayride.720p.AMZN.WEBRip.DDP5.1.x264-NTb-xpost", "NTb")]
[TestCase("Series Title - S01E01 - Episode Title [RlsGroup]", "RlsGroup")]
[TestCase("Black Monday S01 E01-E02 1080p AMZN WEBRip DDP5.1 x264 monkee", null)]
//[TestCase("", "")]
public void should_parse_release_group(string title, string expected)
{