DanishBits: add blandet category

This commit is contained in:
kaso17 2018-01-09 16:13:15 +01:00
parent 92c11b8320
commit 3c4ae55407
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ namespace Jackett.Indexers
AddCategoryMapping("movie", TorznabCatType.Movies);
AddCategoryMapping("tv", TorznabCatType.TV);
AddCategoryMapping("blandet", TorznabCatType.Other); // e.g. games
}
protected override string GetSearchString(TorznabQuery query)