v1.0.3
This commit is contained in:
parent
fd806b2d7e
commit
b85a72efea
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
scriptVersion="1.0.2"
|
||||
scriptVersion="1.0.3"
|
||||
|
||||
|
||||
getArrAppInfo () {
|
||||
|
@ -54,6 +54,7 @@ searchSort="album"
|
|||
arlToken=""
|
||||
matchDistance=10
|
||||
enableBeetsTagging=true
|
||||
downloadPath=/config/extended/downloads
|
||||
|
||||
sleepTimer=0.5
|
||||
tidaldlFail=0
|
||||
|
@ -137,7 +138,7 @@ Configuration () {
|
|||
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
|
||||
fi
|
||||
|
||||
log "Download Location: $downloadPath"
|
||||
log "Download Location: $"
|
||||
|
||||
|
||||
log "Output format: $audioFormat"
|
||||
|
@ -1875,9 +1876,6 @@ AudioProcess () {
|
|||
|
||||
Configuration
|
||||
|
||||
# Perform Completed Download Folder Cleanup process
|
||||
DownloadFolderCleaner
|
||||
|
||||
# Perform NotFound Folder Cleanup process
|
||||
NotFoundFolderCleaner
|
||||
|
||||
|
|
Loading…
Reference in a new issue