This commit is contained in:
servarr[bot] 2025-06-27 15:56:40 -07:00 committed by GitHub
commit e224e814d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
);