1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Parser now recognizes 848x480 as 480p.

This commit is contained in:
Taloth Saldono
2014-08-07 22:12:54 +02:00
committed by Mark McDowall
parent cd5f404cea
commit a5a99f64ff
2 changed files with 2 additions and 1 deletions
@@ -76,6 +76,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Hannibal.S01E05.576p.BluRay.DD5.1.x264-HiSD", false)]
[TestCase("Hannibal.S01E05.480p.BluRay.DD5.1.x264-HiSD", false)]
[TestCase("Heidi Girl of the Alps (BD)(640x480(RAW) (BATCH 1) (1-13)", false)]
[TestCase("[Doki] Clannad - 02 (848x480 XviD BD MP3) [95360783]", false)]
public void should_parse_dvd_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.DVD, proper);