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

Fixed: Parse TELESYNCH as TELESYNC (#10445)

Fixes #10414
This commit is contained in:
bakerboy448
2024-09-16 18:34:12 -05:00
committed by GitHub
parent d5dd5e08ca
commit 72b2cfe8be
2 changed files with 2 additions and 1 deletions
@@ -36,6 +36,7 @@ namespace NzbDrone.Core.Test.ParserTests
};
[TestCase("Movie.Title.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
[TestCase("Movie: Title (2024) TeleSynch 720p | HEVC-FILVOVAN", false)]
public void should_parse_ts(string title, bool proper)
{
ParseAndVerifyQuality(title, QualitySource.TELESYNC, proper, Resolution.R720p);