2.19 - bugfix?

This commit is contained in:
RandomNinjaAtk
2023-09-21 18:59:37 -04:00
committed by GitHub
parent c2e702a49c
commit 5d0b8c16d1

View File

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