2.19 - bugfix?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user