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:
parent
dc1e389708
commit
78770ea2d2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue