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