mirror of
https://github.com/Readarr/Readarr
synced 2025-12-06 16:32:51 +01: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
05f262dc0a
commit
9d6ef65f07
1 changed files with 9 additions and 0 deletions
|
|
@ -126,6 +126,15 @@ function AuthorIndexSortMenu(props) {
|
||||||
>
|
>
|
||||||
Size on Disk
|
Size on Disk
|
||||||
</SortMenuItem>
|
</SortMenuItem>
|
||||||
|
|
||||||
|
<SortMenuItem
|
||||||
|
name="ratings"
|
||||||
|
sortKey={sortKey}
|
||||||
|
sortDirection={sortDirection}
|
||||||
|
onPress={onSortSelect}
|
||||||
|
>
|
||||||
|
{translate('Rating')}
|
||||||
|
</SortMenuItem>
|
||||||
</MenuContent>
|
</MenuContent>
|
||||||
</SortMenu>
|
</SortMenu>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue