Fix wrong description for PTM

This commit is contained in:
KZ 2015-07-26 11:57:29 +01:00
parent dc1e389708
commit 78770ea2d2
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ namespace Jackett.Indexers
private IWebClient webclient;
public Pretome(IIndexerManagerService i, IWebClient wc, Logger l)
: base(name: "PrivateHD",
: base(name: "PreToMe",
description: "BitTorrent site for High Quality, High Definition (HD) movies and TV Shows",
link: new Uri("https://pretome.info"),
link: new Uri("https://pretome.info/"),
caps: TorznabCapsUtil.CreateDefaultTorznabTVCaps(),
manager: i,
logger: l)