Remove default videoPath setting to force users to set it
This should prevent the script from running unless a user has deliberately configured it, which means they should have setup a volume for it...
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
##### PATHS
|
||||
downloadPath="/config/extended/downloads" # OPTIONAL, only change if needed.... Temporary Download Location for incoming Audio files from included clients
|
||||
videoPath="/music-videos" # Final destination/location of completed Videos
|
||||
videoPath="" # Final destination/location of completed Videos
|
||||
|
||||
##### SCRIPT ENABLEMENT
|
||||
enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings
|
||||
|
||||
Reference in New Issue
Block a user