1.0.011 - Add missing quotes

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

@ -1,12 +1,12 @@
#!/usr/bin/env bash
scriptVersion="1.0.010"
scriptVersion="1.0.011"
arrEventType="$radarr_eventtype"
arrItemId=$radarr_movie_id
tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426"
autoScan="false"
if [ ! -z "$1" ]; then
arrItemId=$1
arrItemId="$1"
autoScan="true"
fi

Loading…
Cancel
Save