From 9c33fce57816c171d72adf43f9f567801eec79ef Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 15 Sep 2024 19:23:12 +0200 Subject: [PATCH] New: Add rating as option in sort dropdown on series overviews and posters views (cherry picked from commit 31bf9e313e6a376f6ef3c46d53e2450088041033) --- frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.tsx b/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.tsx index 9bae4dabf..c46556dc0 100644 --- a/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.tsx +++ b/frontend/src/Artist/Index/Menus/ArtistIndexSortMenu.tsx @@ -144,6 +144,15 @@ function ArtistIndexSortMenu(props: SeriesIndexSortMenuProps) { > {translate('Tags')} + + + {translate('Rating')} + );