add various missing descriptions

This commit is contained in:
bakerboy448
2021-09-07 21:18:11 -05:00
committed by Qstick
parent 1de845c8f5
commit 4ea0e6c016
6 changed files with 6 additions and 6 deletions
@@ -11,7 +11,7 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
{
public override string Name => "PassThePopcorn";
public override string[] IndexerUrls => new string[] { "https://passthepopcorn.me" };
public override string Description => "";
public override string Description => "PassThePopcorn (PTP) is a Private site for MOVIES / TV";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override bool SupportsRss => true;