From 0763dd79e93ab5e35a402dd0d1b587125982e8cb Mon Sep 17 00:00:00 2001
From: Garfield69 <Garfield69@outlook.com>
Date: Wed, 7 Feb 2018 17:49:43 +1300
Subject: [PATCH] superbits: add TV DK cat=26 resolves #2553

---
 src/Jackett.Common/Indexers/Superbits.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Jackett.Common/Indexers/Superbits.cs b/src/Jackett.Common/Indexers/Superbits.cs
index 801e8421..f6d5014f 100644
--- a/src/Jackett.Common/Indexers/Superbits.cs
+++ b/src/Jackett.Common/Indexers/Superbits.cs
@@ -66,6 +66,7 @@ namespace Jackett.Indexers
             AddCategoryMapping(21, TorznabCatType.MoviesOther, "Xvid");
             AddCategoryMapping(22, TorznabCatType.XXX, "XXX");
             AddCategoryMapping(24, TorznabCatType.MoviesUHD, "Film 4K");
+            AddCategoryMapping(26, TorznabCatType.TV, "TV DK");
         }
 
         public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
-- 
GitLab