From 8693e168029aef394973311db5b47845918eb41e Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Tue, 26 May 2026 21:19:14 +0200 Subject: [PATCH] fix dynamic thumb for mme+rating filter --- src/inc/routeinc/f0cklib.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/inc/routeinc/f0cklib.mjs b/src/inc/routeinc/f0cklib.mjs index 4fdb828..6d8aad4 100644 --- a/src/inc/routeinc/f0cklib.mjs +++ b/src/inc/routeinc/f0cklib.mjs @@ -280,10 +280,10 @@ export default { row.xd_label = meta.label; } - // Dynamic thumb sizing: only on the unfiltered main feed. - // Profile pages, tag searches, halls, favorites, mime filters all use tier 1 (1×1). + // Dynamic thumb sizing: applies to the main feed including mime/rating filters. + // Only per-user profiles, tag searches, halls, and favorites disable it. const isMainFeed = cfg.websrv.enable_dynamic_thumbs - && !rawUser && !rawTag && !rawHall && !rawUserHall && !rawMime && !fav; + && !rawUser && !rawTag && !rawHall && !rawUserHall && !fav; if (isMainFeed) { for (const row of rows) {