diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index 1e2c9e4..68a414e 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.22" +scriptVersion="2.23" scriptName="Audio" ### Import Settings @@ -152,6 +152,10 @@ Configuration () { DownloadClientFreyr () { freyr --no-bar -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName" + # Resolve issue 94 + if [ -d /root/.cache/FreyrCLI ]; then + rm -rf /root/.cache/FreyrCLI/* + fi } DownloadFormat () {