Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/d9422b4edcbd389768e2fcf51cf991df11d4e25a?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
23 additions and
23 deletions
@ -15,6 +15,7 @@
align-items : center ;
width : 100 % ;
font-size : 24px ;
cursor : pointer ;
}
. albumTypeLabel {
@ -37,7 +38,7 @@
composes : link from 'Components/Link/Link.css' ;
flex-grow : 1 ;
margin: 0 20px ;
width: 100 % ;
text-align : center ;
}
@ -54,7 +54,7 @@ class ArtistDetailsSeason extends Component {
isAfter ( item . releaseDate , { days : - 30 } ) ;
} ) ;
onExpandPress ( name , expand && name > 0 ) ;
onExpandPress ( name , expand ) ;
}
//
@ -130,26 +130,25 @@ class ArtistDetailsSeason extends Component {
< div
className = { styles . albumType }
>
< div className = { styles . header } >
< div className = { styles . left } >
{
< div >
< span className = { styles . albumTypeLabel } >
{ label }
< / s p a n >
< span className = { styles . albumCount } >
( { items . length } Releases )
< / s p a n >
< / d i v >
}
< / d i v >
< Link
className = { styles . expandButton }
onPress = { this . onExpandPress }
>
< div className = { styles . header } >
< div className = { styles . left } >
{
< div >
< span className = { styles . albumTypeLabel } >
{ label }
< / s p a n >
< span className = { styles . albumCount } >
( { items . length } Releases )
< / s p a n >
< / d i v >
}
< Link
className = { styles . expandButton }
onPress = { this . onExpandPress }
>
< / d i v >
< Icon
className = { styles . expandButtonIcon }
@ -162,9 +161,9 @@ class ArtistDetailsSeason extends Component {
! isSmallScreen &&
< span > & nbsp ; < / s p a n >
}
< / L i n k >
< / d i v >
< / d i v >
< / L i n k >
< div >
{