FreshonTV fix

This commit is contained in:
unknown 2015-07-24 18:23:31 -06:00
parent 6b9609b4c9
commit cc5fbec7fa
1 changed files with 1 additions and 1 deletions

View File

@ -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)