1.0.272 - Bug fix, missing space in beet command

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 3bcab36196
commit 141d3f04f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.271"
scriptVersion="1.0.272"
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" == "null" ]; then

Loading…
Cancel
Save