polishtracker: update categories. resolves #10927

This commit is contained in:
ilike2burnthing 2021-01-25 21:21:51 +00:00 committed by GitHub
parent 6fba522075
commit e87ef5b6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@ namespace Jackett.Common.Indexers
configData.AddDynamic("LanguageTitle", new BoolItem { Name = "Add POLISH to title if has Polish language. Use this if you using Sonarr/Radarr", Value = false });
AddCategoryMapping(1, TorznabCatType.PC0day, "0-Day");
AddCategoryMapping(2, TorznabCatType.AudioVideo, "Music Video");
AddCategoryMapping(3, TorznabCatType.PC0day, "Apps");
AddCategoryMapping(4, TorznabCatType.Console, "Consoles");
AddCategoryMapping(5, TorznabCatType.Books, "E-book");
@ -78,6 +79,8 @@ namespace Jackett.Common.Indexers
AddCategoryMapping(11, TorznabCatType.TVHD, "TV HD");
AddCategoryMapping(12, TorznabCatType.TVSD, "TV SD");
AddCategoryMapping(13, TorznabCatType.XXX, "XXX");
AddCategoryMapping(14, TorznabCatType.TVUHD, "TV-UHD");
AddCategoryMapping(15, TorznabCatType.AudioAudiobook, "Audiobook");
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)