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

Update MovieExtras.bash

pull/49/head
RandomNinjaAtk 3 years ago committed by GitHub
parent d4a32c2e32
commit d0976b0915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -187,4 +187,11 @@ for id in $(echo "$tmdbVideosListDataIds"); do
fi
done
# Process item with PlexNotify.bash if plexToken is configured
if [ ! -z "$plexToken" ]; then
log "Using PlexNotify.bash to update Plex...."
bash /config/extended/scripts/PlexNotify.bash "$itemPath"
fi
exit

Loading…
Cancel
Save