v1.2 - bug fix for copy pasta, remove unused function
This commit is contained in:
parent
9a07eb649a
commit
146660a3b0
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
scriptVersion="1.1"
|
||||
scriptVersion="1.2"
|
||||
scriptName="ArtworkExtractor"
|
||||
|
||||
#### Import Settings
|
||||
|
@ -16,7 +16,6 @@ if [ "$lidarr_eventtype" == "Test" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
verifyConfig
|
||||
getArrAppInfo
|
||||
verifyApiAccess
|
||||
|
||||
|
|
Loading…
Reference in a new issue