GazelleGames: update categories

This commit is contained in:
kaso17 2019-01-02 13:42:33 +01:00
parent c38b668ea2
commit 71babe611a
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@ namespace Jackett.Common.Indexers
AddCategoryMapping("Watara Supervision", TorznabCatType.ConsoleOther, "Watara Supervision");
AddCategoryMapping("Retro - Other", TorznabCatType.ConsoleOther, "Retro - Other");
// special categories (real categories/not platforms)
AddCategoryMapping("OST", TorznabCatType.AudioOther, "OST");
AddCategoryMapping("Applications", TorznabCatType.PC0day, "Applications");
AddCategoryMapping("E-Books", TorznabCatType.BooksEbook, "E-Books");
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)