Fix wrong ID for games category

pull/73/head
MillenniumEarl 2021-03-04 10:14:03 +01:00
parent 1d7e06da4c
commit 5fb621d848
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export default class ThreadSearchQuery implements IQuery {
*/ */
private categoryToID(category: TCategory): number { private categoryToID(category: TCategory): number {
const catMap = { const catMap = {
"games": 1, "games": 2,
"mods": 41, "mods": 41,
"comics": 40, "comics": 40,
"animations": 94, "animations": 94,