Fix wrong ID for games category
parent
1d7e06da4c
commit
5fb621d848
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue