Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/docker-lidarr-extended/commit/9eb485d4463c7e7abc895ea64d9e86a000c02a97?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

v1.0.0038 - bug fix

pull/6/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 8fcf7a253f
commit 9eb485d446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ Configuration () {
log ""
sleep 2
log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0037"
log "############# SCRIPT VERSION 1.0.0038"
log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then
@ -338,7 +338,7 @@ TidalClientSetup () {
rm -rf /downloads/lidarr-extended/incomplete/*
fi
tidal-dl -l "https://tidal.com/browse/album/60261268"
tidal-dl -o /downloads/lidarr-extended/incomplete -l "https://tidal.com/browse/album/60261268"
downloadCount=$(find /downloads/lidarr-extended/incomplete/ -type f -regex ".*/.*\.\(flac\|opus\|m4a\|mp3\)" | wc -l)
if [ $downloadCount -le 0 ]; then

Loading…
Cancel
Save