Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
1.0.11 - Add no-bar flag to freyr
Browse files Browse the repository at this point in the history
Change based on: miraclx/freyr-js#331 (comment)

Fixes... #258 ?
  • Loading branch information
RandomNinjaAtk authored Jun 19, 2023
1 parent 6400723 commit 9e59001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/scripts/Audio.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 () {
Expand Down

1 comment on commit 9e59001

@RandomNinjaAtk
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#249 Helps with?

Please sign in to comment.