v1.0.004 - Bug fix

Now works as intended...
pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent d30488742e
commit 8113138a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
version=1.0.003
version="1.0.004"
notfidedBy="Radarr"
arrRootFolderPath="$(dirname "$radarr_movie_path")"
@ -28,6 +28,12 @@ if [ "$enableExtras" == "true" ]; then
log "MovieExtras script is enabled, skipping..."
exit
fi
if [ ! -z "$movieExtrasPath" ]; then
arrFolderPath="$movieExtrasPath"
arrRootFolderPath="$(dirname "$movieExtrasPath")"
fi
fi
if [ "$arrEventType" == "Test" ]; then

Loading…
Cancel
Save