superbits: Add TV NO and TV FI categories (#10162)

Added two categories of TV missing
This commit is contained in:
Michel Peterson 2020-11-10 19:12:13 +02:00 committed by GitHub
parent e172f391ec
commit a45b168785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ namespace Jackett.Common.Indexers
AddCategoryMapping(22, TorznabCatType.XXX, "XXX");
AddCategoryMapping(24, TorznabCatType.MoviesUHD, "Film 4K");
AddCategoryMapping(26, TorznabCatType.TV, "TV DK");
AddCategoryMapping(27, TorznabCatType.TV, "TV NO");
AddCategoryMapping(28, TorznabCatType.TV, "TV FI");
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)