mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
FreshonTV fix
This commit is contained in:
parent
6b9609b4c9
commit
cc5fbec7fa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace Jackett.Indexers
|
|||
public Freshon(IIndexerManagerService i, Logger l)
|
||||
: base(name: "FreshOnTV",
|
||||
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(),
|
||||
manager: i,
|
||||
logger: l)
|
||||
|
|
Loading…
Add table
Reference in a new issue