From a2ab0d4e7c6ca112e40aedcad645522339b93010 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Thu, 26 Feb 2026 02:34:06 +0400 Subject: [PATCH] Adding 3 more namespaces unique to Tantabus --- src/config/tags.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/tags.ts b/src/config/tags.ts index dfc2897..2065e88 100644 --- a/src/config/tags.ts +++ b/src/config/tags.ts @@ -34,6 +34,11 @@ export const namespaceCategories: Map = new Map([ ['series', 'content-fanmade'], ['spoiler', 'spoiler'], ['video', 'content-fanmade'], + ...(__CURRENT_SITE__ === 'tantabus' ? [ + ["prompter", "origin"], + ["creator", "origin"], + ["generator", "origin"] + ] : []) ]); /**