superbits: add TV DK cat=26 resolves #2553

This commit is contained in:
Garfield69 2018-02-07 17:49:43 +13:00
parent 60fb7bc3d5
commit ea0c155c27
1 changed files with 1 additions and 0 deletions

View File

@ -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)