1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed: Not capturing D-Z0N3 preceded with .-

Closes #6044
This commit is contained in:
bakerboy448
2021-03-11 11:10:04 -06:00
committed by Qstick
parent b67f6b98ae
commit 2716bd6ae1
2 changed files with 2 additions and 1 deletions
@@ -45,6 +45,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("SomeMovie.1080p.BluRay.DTS.x264.-DX-TV.mkv", "DX-TV")]
[TestCase("SomeMovie.1080p.BluRay.DTS.x264.-FTW-HS.mkv", "FTW-HS")]
[TestCase("SomeMovie.1080p.BluRay.DTS.x264.-VH-PROD.mkv", "VH-PROD")]
[TestCase("Some.Dead.Movie.2006.1080p.BluRay.DTS.x264.D-Z0N3", "D-Z0N3")]
//[TestCase("", "")]