Skip to content

Commit

Permalink
polishtracker: update categories. resolves #10927
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Jan 25, 2021
1 parent 6fba522 commit e87ef5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jackett.Common/Indexers/PolishTracker.cs
Expand Up @@ -67,6 +67,7 @@ public class PolishTracker : BaseWebIndexer
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");
Expand All @@ -78,6 +79,8 @@ public class PolishTracker : BaseWebIndexer
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)
Expand Down

0 comments on commit e87ef5b

Please sign in to comment.