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

Fixed: Parse 720p Remux as 720p BluRay

fix bad anime remux no source logic

Fixes #5517
This commit is contained in:
Bakerboy448
2023-03-30 13:10:29 -05:00
committed by Mark McDowall
parent 9ae647d9d2
commit a776b68574
2 changed files with 6 additions and 3 deletions
@@ -308,6 +308,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("The.Series.S01E07.RERIP.720p.BluRay.x264-DEMAND", true)]
[TestCase("Sans.Series.De.Traces.FRENCH.720p.BluRay.x264-FHD", false)]
[TestCase("Series.Black.1x01.Selezione.Naturale.ITA.720p.BDMux.x264-NovaRip", false)]
[TestCase("Series.Hunter.S02.720p.Blu-ray.Remux.AVC.FLAC.2.0-SiCFoI", false)]
public void should_parse_bluray720p_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.Bluray720p, proper);