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:
parent
b4f48f3565
commit
9d10feea52
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
##### PATHS
|
##### PATHS
|
||||||
downloadPath="/config/extended/downloads" # OPTIONAL, only change if needed.... Temporary Download Location for incoming Audio files from included clients
|
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
|
##### SCRIPT ENABLEMENT
|
||||||
enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings
|
enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings
|
||||||
|
|
Loading…
Reference in a new issue