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

Fixed: Move Artist modal shows incorrect path for multiple artist move

pull/455/head
Qstick 6 years ago
parent 15672298c6
commit b9f625a0a7

@ -36,7 +36,7 @@ function MoveArtistModal(props) {
onModalClose={onSavePress}
>
<ModalContent
showCloseButton={false}
showCloseButton={true}
onModalClose={onSavePress}
>
<ModalHeader>
@ -46,7 +46,7 @@ function MoveArtistModal(props) {
<ModalBody>
{
destinationRootFolder ?
`Would you like to move the artist folders to ${destinationPath}'?` :
`Would you like to move the artist folders to '${destinationRootFolder}'?` :
`Would you like to move the artist files from '${originalPath}' to '${destinationPath}'?`
}
</ModalBody>

Loading…
Cancel
Save