mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: allow renaming & merging of trackers with config (part 1 #8355) (#8608) * rename site field to id in yaml indexers * add id field in c# indexers * use id field instead of class name in c#
This commit is contained in:
@@ -34,7 +34,8 @@ namespace Jackett.Common.Indexers
|
||||
}
|
||||
|
||||
public TorrentNetwork(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||
: base(name: "Torrent Network",
|
||||
: base(id: "torrentnetwork",
|
||||
name: "Torrent Network",
|
||||
description: "Torrent Network (TN) is a GERMAN Private site for TV / MOVIES / GENERAL",
|
||||
link: "https://tntracker.org/",
|
||||
caps: new TorznabCapabilities(),
|
||||
|
Reference in New Issue
Block a user