Skip to content

Commit 8ca0cc8

Browse files
v2.4 - Import settings during config verification
Allow config changes to take affect between script runs, to avoid requiring restart
1 parent 0e38188 commit 8ca0cc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lidarr/AutoArtistAdder.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="2.3"
2+
scriptVersion="2.4"
33
scriptName="AutoArtistAdder"
44

55
### Import Settings
@@ -8,6 +8,8 @@ source /config/extended.conf
88
source /config/extended/functions
99

1010
verifyConfig () {
11+
### Import Settings
12+
source /config/extended.conf
1113

1214
if echo "$addDeezerTopArtists $addDeezerTopAlbumArtists $addDeezerTopTrackArtists $addRelatedArtists" | grep -i "true" | read; then
1315
sleep 0.01

0 commit comments

Comments
 (0)