Add support for tracker type (private/public/semi-private)

This commit is contained in:
kaso17
2017-01-27 16:57:32 +01:00
parent 098caee075
commit 50c3a5fb3a
151 changed files with 403 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ namespace Jackett.Controllers
item["id"] = indexer.ID;
item["name"] = indexer.DisplayName;
item["description"] = indexer.DisplayDescription;
item["type"] = indexer.Type;
item["configured"] = indexer.IsConfigured;
item["site_link"] = indexer.SiteLink;
item["language"] = indexer.Language;