1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Fixed: Additional handling for obfuscated releases

closes #4198
This commit is contained in:
bakerboy448
2020-12-29 19:16:03 -06:00
committed by Taloth Saldono
parent 056a699daf
commit 471f0016b4
3 changed files with 11 additions and 1 deletions
@@ -115,6 +115,13 @@ namespace NzbDrone.Core.Test.ParserTests
"Series Title",
Quality.HDTV720p,
null
},
new object[]
{
@"C:\Test\tv\Series.Title.S04E03.Episode.Name.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb\cwnOJYks5E2WP7zGuzPkdkRK3JkWw0.mkv".AsOsAgnostic(),
"Series Title",
Quality.WEBDL1080p,
"NTb"
}
};