Cardigann: Don't use any default cats

This commit is contained in:
kaso17 2016-12-27 19:06:37 +01:00
parent 82376a508a
commit 3989f35827
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ namespace Jackett.Indexers
if (!SiteLink.EndsWith("/"))
SiteLink += "/";
Language = Definition.Language;
TorznabCaps = TorznabUtil.CreateDefaultTorznabTVCaps(); // TODO implement caps
TorznabCaps = new TorznabCapabilities();
// init config Data
configData = new ConfigurationData();