2.19 - bugfix?

This commit is contained in:
RandomNinjaAtk 2023-09-21 18:59:37 -04:00 committed by GitHub
parent c2e702a49c
commit 5d0b8c16d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
scriptVersion="2.18" scriptVersion="2.19"
scriptName="Audio" scriptName="Audio"
### Import Settings ### Import Settings
@ -354,8 +354,6 @@ DownloadProcess () {
# $4 = Album Title that matches Album ID Metadata # $4 = Album Title that matches Album ID Metadata
# $5 = Expected Track Count # $5 = Expected Track Count
lidarrDownloadImportNotfication="false"
# Create Required Directories # Create Required Directories
if [ ! -d "$audioPath/incomplete" ]; then if [ ! -d "$audioPath/incomplete" ]; then
mkdir -p "$audioPath"/incomplete mkdir -p "$audioPath"/incomplete