1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-23 14:51:17 +00:00

Add Ratings to Movie Index sort menu

Fixes #6741
This commit is contained in:
Qstick 2021-12-21 19:01:11 -06:00
parent 4ebcbc28aa
commit 2838d8ca29

View file

@ -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}