mirror of
https://github.com/Readarr/Readarr
synced 2026-01-25 00:42:42 +01:00
Merge 9d6ef65f07 into 0b79d3000d
This commit is contained in:
commit
e224e814d7
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue