Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/9d6ef65f07ee0b381f7e260b51d485592efc285f You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Add rating as option in sort dropdown on series overviews and posters views

(cherry picked from commit 31bf9e313e6a376f6ef3c46d53e2450088041033)
pull/3738/head
Stevie Robinson 7 months ago committed by servarr
parent 05f262dc0a
commit 9d6ef65f07

@ -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…
Cancel
Save