|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
scriptVersion="1.0.011"
|
|
|
|
|
scriptVersion="1.0.012"
|
|
|
|
|
arrEventType="$sonarr_eventtype"
|
|
|
|
|
arrItemId=$sonarr_series_id
|
|
|
|
|
tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426"
|
|
|
|
@ -41,7 +41,6 @@ if [ -f "/config/logs/Extras.txt" ]; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
touch "/config/logs/Extras.txt"
|
|
|
|
|
chmod 666 "/config/logs/Extras.txt"
|
|
|
|
|
exec &> >(tee -a "/config/logs/Extras.txt")
|
|
|
|
|
|
|
|
|
|
if [ "$arrEventType" == "Test" ]; then
|
|
|
|
|