Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/58ba24762b9de92d40e4bf8500cabc6e3ffe0beb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
@ -17,8 +17,8 @@ function AuthorIndexProgressBar(props) {
detailedProgressBar
} = props ;
const progress = bookCount ? book FileCount / b ookCount * 100 : 100 ;
const text = ` ${ book FileCount} / ${ b ookCount} ` ;
const progress = bookCount ? book Count / totalB ookCount * 100 : 100 ;
const text = ` ${ book Count} / ${ totalB ookCount} ` ;
return (
< ProgressBar
@ -297,7 +297,7 @@ class AuthorIndexRow extends Component {
progress = { progress }
kind = { getProgressBarKind ( status , monitored , progress ) }
showText = { true }
text = { ` ${ book FileCount} / ${ b ookCount} ` }
text = { ` ${ book Count} / ${ totalB ookCount} ` }
title = { translate ( 'BookFileCountBookCountTotalTotalBookCountInterp' , [ bookFileCount , bookCount , totalBookCount ] ) }
width = { 125 }
/ >