1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 13:52:03 +00:00

digitalcore: update categories (#9672)

This commit is contained in:
Diego Heras 2020-09-27 16:13:25 +02:00 committed by GitHub
parent 5f46f23eb7
commit 982cbfd2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,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");
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)