From 3d3e41334397c5a5167fd3297e11071913a4eebc Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 30 Mar 2026 20:02:31 +0200 Subject: [PATCH] Fix media type filter --- front/src/ui/browse/header.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/front/src/ui/browse/header.tsx b/front/src/ui/browse/header.tsx index a95991cd..91c835dc 100644 --- a/front/src/ui/browse/header.tsx +++ b/front/src/ui/browse/header.tsx @@ -99,20 +99,24 @@ export const BrowseSettings = ({ return ( - - {Object.keys(MediaTypeIcons).map((x) => ( - setMediaType(x)} - /> - ))} - + + + {Object.keys(MediaTypeIcons).map((x) => ( + setMediaType(x)} + /> + ))} + + {availableSorts.map((x) => (