From 65fa6027eee0e5927aa7467e4cfb796f383a5c8b Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 2 Mar 2026 05:07:23 +0100 Subject: [PATCH] Prioritized pissing tag. --- seeds/00_tags.js | 1 + 1 file changed, 1 insertion(+) diff --git a/seeds/00_tags.js b/seeds/00_tags.js index f5704794..7f7e1888 100755 --- a/seeds/00_tags.js +++ b/seeds/00_tags.js @@ -3024,6 +3024,7 @@ const priorities = [ // higher index is higher priority ['blowbang', 'orgy'], ['gangbang'], ['gay', 'transsexual', 'bisexual', 'hentai'], + ['pissing'], ].reduce((acc, slugs, index) => { slugs.forEach((slug) => { acc[slug] = index; });