Implemented Strike categories

This commit is contained in:
unknown
2015-08-22 18:02:41 -06:00
parent 09246c0dfc
commit b7fe30f894
7 changed files with 45 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ namespace Jackett.Indexers
: base(name: "BIT-HDTV",
description: "Home of high definition invites",
link: "https://www.bit-hdtv.com/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
caps: new TorznabCapabilities(),
manager: i,
client: w,
logger: l,