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

Fixed: Correctly Parse Release Groups with a - in their name

[common]
This commit is contained in:
bakerboy448
2020-12-22 12:16:02 -06:00
committed by Qstick
parent a81b6f41af
commit ea801665e4
3 changed files with 13 additions and 1 deletions
@@ -37,6 +37,13 @@ namespace NzbDrone.Core.Test.ParserTests
@"C:\Test\Deadwood.2018.1080p.BluRay.x264-RADARR\Backup_72023S02-12.mkv".AsOsAgnostic(),
"Deadwood",
Quality.Bluray1080p,
"RADARR"
},
new object[]
{
@"C:\Test\Deadwood.2018.1080p.BluRay.x264\Backup_72023S02-12.mkv".AsOsAgnostic(),
"Deadwood",
Quality.Bluray1080p,
null
},
new object[]