mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Fixed: Parse NEWCAM as CAM
Co-authored-by: bokkoman <bokkoman@gmail.com> Fixes #10255
This commit is contained in:
@@ -45,6 +45,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
[TestCase("Movie Name (2022) 1080p HQCAM ENG x264 AAC - QRips", false)]
|
||||
[TestCase("Movie Name (2018) 720p Hindi HQ CAMrip x264 AAC 1.4GB", false)]
|
||||
[TestCase("Movie Name (2022) New HDCAMRip 1080p [Love Rulz]", false)]
|
||||
[TestCase("Movie.Name.2024.NEWCAM.1080p.HEVC.AC3.English-RypS", false)]
|
||||
public void should_parse_cam(string title, bool proper)
|
||||
{
|
||||
ParseAndVerifyQuality(title, QualitySource.CAM, proper, Resolution.Unknown);
|
||||
|
||||
Reference in New Issue
Block a user