1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

superbits: add cat24 film 4k. resolves #2476

This commit is contained in:
Garfield69 2018-01-25 11:38:00 +13:00
parent 871966166b
commit 53f33b0fc1

View file

@ -65,6 +65,7 @@ namespace Jackett.Indexers
AddCategoryMapping(20, TorznabCatType.ConsoleXbox, "Xbox");
AddCategoryMapping(21, TorznabCatType.MoviesOther, "Xvid");
AddCategoryMapping(22, TorznabCatType.XXX, "XXX");
AddCategoryMapping(24, TorznabCatType.MoviesUHD, "Film 4K");
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)