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