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; });