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

@@ -46,6 +46,7 @@ namespace Jackett.Indexers
{
Encoding = Encoding.UTF8;
Language = "fr-fr";
Type = "private";
// Clean capabilities
TorznabCaps.Categories.Clear();