mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Strip AlteZachen from release group name
This commit is contained in:
parent
2b9cd64dad
commit
c92de8d337
2 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||
[TestCase("Olafur.Arnalds-Remember-WEB-2018-xHD-1", "xHD")]
|
||||
[TestCase("Olafur.Arnalds-Remember-WEB-2018-DIMENSION-1", "DIMENSION")]
|
||||
[TestCase("Olafur.Arnalds-Remember-WEB-2018-EVL-Scrambled", "EVL")]
|
||||
[TestCase("Olafur.Arnalds-Remember-WEB-2018-EVL-AlteZachen", "EVL")]
|
||||
public void should_not_include_repost_in_release_group(string title, string expected)
|
||||
{
|
||||
Parser.Parser.ParseReleaseGroup(title).Should().Be(expected);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue