style(search): remove redundant search label on TV search page

This commit is contained in:
Fredrik Burmester
2026-01-16 19:04:13 +01:00
parent cc154f0c16
commit 38cb7068ef
5 changed files with 96 additions and 17 deletions

View File

@@ -142,7 +142,7 @@ export const MediaSourceButton: React.FC<Props> = ({
}));
groups.push({
title: t("item_card.subtitles"),
title: t("item_card.subtitles.label"),
options: [noneOption, ...subtitleOptions],
});
}