mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
FreshonTV fix
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Jackett.Indexers
|
|||||||
public Freshon(IIndexerManagerService i, Logger l)
|
public Freshon(IIndexerManagerService i, Logger l)
|
||||||
: base(name: "FreshOnTV",
|
: base(name: "FreshOnTV",
|
||||||
description: "Our goal is to provide the latest stuff in the TV show domain",
|
description: "Our goal is to provide the latest stuff in the TV show domain",
|
||||||
link: new Uri("https://www.bit-hdtv.com"),
|
link: new Uri("https://freshon.tv"),
|
||||||
caps: TorznabCapsUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabCapsUtil.CreateDefaultTorznabTVCaps(),
|
||||||
manager: i,
|
manager: i,
|
||||||
logger: l)
|
logger: l)
|
||||||
|
Reference in New Issue
Block a user