mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Change SceneFZ domain (#1306)
This commit is contained in:
parent
0594e1c52d
commit
d8b83c6b07
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace Jackett.Indexers
|
|||
public SceneFZ(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
||||
: base(name: "SceneFZ",
|
||||
description: "Torrent tracker. Tracking over 50.000 torrent files.",
|
||||
link: "http://scenefz.net/",
|
||||
link: "http://scenefz.me/",
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
manager: i,
|
||||
client: wc,
|
||||
|
|
Loading…
Reference in a new issue