mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 22:31:26 +00:00
parent
4ebcbc28aa
commit
2838d8ca29
1 changed files with 9 additions and 0 deletions
|
@ -101,6 +101,15 @@ function MovieIndexSortMenu(props) {
|
|||
{translate('DigitalRelease')}
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="ratings"
|
||||
sortKey={sortKey}
|
||||
sortDirection={sortDirection}
|
||||
onPress={onSortSelect}
|
||||
>
|
||||
{translate('Ratings')}
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="path"
|
||||
sortKey={sortKey}
|
||||
|
|
Loading…
Reference in a new issue