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

Fixed: Don't parse .ts files as Telesync

Fixes #4891
This commit is contained in:
Qstick
2020-08-17 22:51:10 -04:00
parent 7c5b2a299d
commit c8de61df19
2 changed files with 2 additions and 1 deletions
@@ -67,6 +67,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("the.shield.1x13.circles.ws.xvidvd-tns", false)]
[TestCase("the_x-files.9x18.sunshine_days.ac3.ws_dvdrip_xvid-fov.avi", false)]
[TestCase("The.Third.Jihad.2008.DVDRip.360p.H264 iPod -20-40", false)]
[TestCase("SomeMovie.2018.DVDRip.ts", false)]
public void should_parse_dvd_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Source.DVD, proper, Resolution.R480p);