Compare commits

...

1 Commits

Author SHA1 Message Date
Stevie Robinson
9d6ef65f07 New: Add rating as option in sort dropdown on series overviews and posters views
(cherry picked from commit 31bf9e313e6a376f6ef3c46d53e2450088041033)
2024-09-15 17:38:36 +00:00

View File

@@ -126,6 +126,15 @@ function AuthorIndexSortMenu(props) {
>
Size on Disk
</SortMenuItem>
<SortMenuItem
name="ratings"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
{translate('Rating')}
</SortMenuItem>
</MenuContent>
</SortMenu>
);