1.0.11 - Add no-bar flag to freyr

Change based on: https://github.com/miraclx/freyr-js/issues/331#issuecomment-1295817514

Fixes... #258 ?
main
RandomNinjaAtk 11 months ago committed by GitHub
parent 64007230d3
commit 9e59001aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.10"
scriptVersion="1.0.11"
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" == "null" ]; then
@ -175,7 +175,7 @@ Configuration () {
}
DownloadClientFreyr () {
freyr -d /downloads-lidarr-extended/incomplete deezer:album:$1
freyr --no-bar -d /downloads-lidarr-extended/incomplete deezer:album:$1
}
DownloadFormat () {

Loading…
Cancel
Save