1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Not a real series title

This commit is contained in:
Mark McDowall 2021-09-30 11:22:35 -07:00
parent 943a3d80c4
commit 9111799f46

View File

@ -139,7 +139,7 @@ public void should_parse_webrip480p_quality(string title, bool proper)
[TestCase("The Series S01E07 - Motor zmen (CZ)[TvRip][HEVC][720p]", false)]
[TestCase("The.Series.S05E06.720p.HDTV.x264-FHD", false)]
[TestCase("Series.Title.1x01.ITA.720p.x264-RlsGrp [01/54] - \"series.title.1x01.ita.720p.x264-rlsgrp.nfo\"", false)]
[TestCase("[TMS-Remux].Kamen.Rider.X.21.720p.[76EA1C53].mkv", false)]
[TestCase("[TMS-Remux].Series.Title.X.21.720p.[76EA1C53].mkv", false)]
public void should_parse_hdtv720p_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.HDTV720p, proper);