1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-01 12:46:23 +00:00

Fix wrong description for PTM

This commit is contained in:
KZ 2015-07-26 11:57:29 +01:00
parent dc1e389708
commit 78770ea2d2

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)