mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
New: Add rating as option in sort dropdown on series overviews and posters views
(cherry picked from commit 31bf9e313e6a376f6ef3c46d53e2450088041033)
This commit is contained in:
parent
c26c0d5bd6
commit
9c33fce578
1 changed files with 9 additions and 0 deletions
|
@ -144,6 +144,15 @@ function ArtistIndexSortMenu(props: SeriesIndexSortMenuProps) {
|
||||||
>
|
>
|
||||||
{translate('Tags')}
|
{translate('Tags')}
|
||||||
</SortMenuItem>
|
</SortMenuItem>
|
||||||
|
|
||||||
|
<SortMenuItem
|
||||||
|
name="ratings"
|
||||||
|
sortKey={sortKey}
|
||||||
|
sortDirection={sortDirection}
|
||||||
|
onPress={onSortSelect}
|
||||||
|
>
|
||||||
|
{translate('Rating')}
|
||||||
|
</SortMenuItem>
|
||||||
</MenuContent>
|
</MenuContent>
|
||||||
</SortMenu>
|
</SortMenu>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue