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

Fixed: Parsing of 4Kto1080p as 1080p

(cherry picked from commit 056a699daf2ed0b8314f0b4d6bdec20cd24818c3)
This commit is contained in:
bakerboy448
2020-12-29 19:06:55 -06:00
committed by Qstick
parent 69954c50cb
commit 5cb20b0dac
2 changed files with 2 additions and 1 deletions
@@ -184,6 +184,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Arrested.Development.S04E01.iNTERNAL.1080p.WEBRip.x264-QRUS", false)]
[TestCase("Series.Title.1x04.ITA.1080p.WEBMux.x264-NovaRip", false)]
[TestCase("The.Mandalorian.2019.S02E07.Chapter.15.The.Believer.4Kto1080p.DSNYP.Webrip.x265.10bit.EAC3.5.1.Atmos.GokiTAoE", false)]
public void should_parse_webrip1080p_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Source.WEBRIP, proper, Resolution.R1080p);