New: (PassThePopcorn) Freeleech only option

Fixes #1014
This commit is contained in:
Qstick
2022-06-11 15:04:35 -05:00
parent fbfb70a1bb
commit 4334e7eef1
5 changed files with 21 additions and 18 deletions
@@ -48,7 +48,7 @@ namespace NzbDrone.Core.Test.IndexerTests.PTPTests
var torrents = (await Subject.Fetch(new MovieSearchCriteria())).Releases;
torrents.Should().HaveCount(293);
torrents.First().Should().BeOfType<PassThePopcornInfo>();
torrents.First().Should().BeOfType<TorrentInfo>();
var first = torrents.First() as TorrentInfo;