mirror of https://github.com/Jackett/Jackett
DanishBits: add blandet category
This commit is contained in:
parent
92c11b8320
commit
3c4ae55407
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue