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

Clean up sort menu

pull/1141/head
ta264 4 years ago
parent 0a20188508
commit 332997aefe

@ -101,21 +101,12 @@ function AuthorIndexSortMenu(props) {
</SortMenuItem>
<SortMenuItem
name="trackProgress"
name="bookProgress"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
Books
</SortMenuItem>
<SortMenuItem
name="bookCount"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
>
Book Count
Books Progress
</SortMenuItem>
<SortMenuItem

Loading…
Cancel
Save