mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
digitalcore: update categories (#9672)
This commit is contained in:
parent
5f46f23eb7
commit
982cbfd2dd
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace Jackett.Common.Indexers
|
||||||
AddCategoryMapping(30, TorznabCatType.XXX, "XXX/SD");
|
AddCategoryMapping(30, TorznabCatType.XXX, "XXX/SD");
|
||||||
AddCategoryMapping(31, TorznabCatType.XXX, "XXX/HD");
|
AddCategoryMapping(31, TorznabCatType.XXX, "XXX/HD");
|
||||||
AddCategoryMapping(32, TorznabCatType.XXX, "XXX/4K");
|
AddCategoryMapping(32, TorznabCatType.XXX, "XXX/4K");
|
||||||
|
AddCategoryMapping(34, TorznabCatType.XXXImageset, "XXX/Imagesets");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||||
|
|
Loading…
Add table
Reference in a new issue