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:
parent
871966166b
commit
53f33b0fc1
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ namespace Jackett.Indexers
|
||||||
AddCategoryMapping(20, TorznabCatType.ConsoleXbox, "Xbox");
|
AddCategoryMapping(20, TorznabCatType.ConsoleXbox, "Xbox");
|
||||||
AddCategoryMapping(21, TorznabCatType.MoviesOther, "Xvid");
|
AddCategoryMapping(21, TorznabCatType.MoviesOther, "Xvid");
|
||||||
AddCategoryMapping(22, TorznabCatType.XXX, "XXX");
|
AddCategoryMapping(22, TorznabCatType.XXX, "XXX");
|
||||||
|
AddCategoryMapping(24, TorznabCatType.MoviesUHD, "Film 4K");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||||
|
|
Loading…
Reference in a new issue