New: Add rating as option in sort dropdown on series overviews and posters views

pull/7212/head
Stevie Robinson 5 months ago committed by GitHub
parent 6cccacd4d7
commit 31bf9e313e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -153,6 +153,15 @@ function SeriesIndexSortMenu(props: SeriesIndexSortMenuProps) {
>
{translate('Tags')}
</SortMenuItem>
<SortMenuItem
name="ratings"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
{translate('Rating')}
</SortMenuItem>
</MenuContent>
</SortMenu>
);

Loading…
Cancel
Save