mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
fix missed parser obfuscation
This commit is contained in:
parent
e3b5efc9e5
commit
79a10fa18f
@ -35,7 +35,7 @@ public void Setup()
|
||||
new object[] { "2160p Remux", Source.BLURAY, Resolution.R2160p, Modifier.REMUX },
|
||||
};
|
||||
|
||||
[TestCase("Despicable.Me.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
|
||||
[TestCase("Movie.Title.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
|
||||
public void should_parse_ts(string title, bool proper)
|
||||
{
|
||||
ParseAndVerifyQuality(title, Source.TELESYNC, proper, Resolution.R720p);
|
||||
|
Loading…
Reference in New Issue
Block a user