2.19 - bugfix?
This commit is contained in:
parent
c2e702a49c
commit
5d0b8c16d1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue