1.0.003 - Bugfix disable debugging setting...

pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent e1e1af8406
commit f8ce6a7510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,14 @@
#!/usr/bin/env bash
version=1.0.002
version=1.0.003
notfidedBy="Radarr"
arrRootFolderPath="$(dirname "$radarr_movie_path")"
arrFolderPath="$radarr_movie_path"
arrEventType="$radarr_eventtype"
movieExtrasPath="$1"
enableExtras=false
# Debugging Settings
#enableExtras=false
# auto-clean up log file to reduce space usage
if [ -f "/config/logs/PlexNotify.txt" ]; then

Loading…
Cancel
Save