1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed: Parsing of 540p releases

This commit is contained in:
Mark McDowall
2021-05-10 20:34:33 -07:00
parent c722e91124
commit a2427bd9df
2 changed files with 14 additions and 5 deletions
@@ -64,6 +64,8 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("[Hatsuyuki] The Series - 363 [848x480][ADE35E38]", false)]
[TestCase("The.Series.S03.TVRip.XviD-NOGRP", false)]
[TestCase("[HorribleSubs] The Series - 03 [360p].mkv", false)]
[TestCase("[SubsPlease] Series Title (540p) [AB649D32].mkv", false)]
[TestCase("[Erai-raws] Series Title [540p][Multiple Subtitle].mkv", false)]
public void should_parse_sdtv_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.SDTV, proper);