mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: categories cleanup (#10006)
* core: categories cleanup * swap categories 2050 Movies/BluRay / 2060 Movies/3D * swap categories 6050 XXX/Pack / 6070 XXX/Other * swap categories 7010 Books/Mags / 7020 Books/EBook / 7030 Books/Comics * category validation is case sensitive * renamed some categories to follow Newznab specs
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Jackett.Common.Indexers
|
||||
AddCategoryMapping(30, TorznabCatType.XXX, "XXX/SD");
|
||||
AddCategoryMapping(31, TorznabCatType.XXX, "XXX/HD");
|
||||
AddCategoryMapping(32, TorznabCatType.XXX, "XXX/4K");
|
||||
AddCategoryMapping(34, TorznabCatType.XXXImageset, "XXX/Imagesets");
|
||||
AddCategoryMapping(34, TorznabCatType.XXXImageSet, "XXX/Imagesets");
|
||||
}
|
||||
|
||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||
|
Reference in New Issue
Block a user