Update MovieExtras.bash

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

@ -187,4 +187,11 @@ for id in $(echo "$tmdbVideosListDataIds"); do
fi
done
# Process item with PlexNotify.bash if plexToken is configured
if [ ! -z "$plexToken" ]; then
log "Using PlexNotify.bash to update Plex...."
bash /config/extended/scripts/PlexNotify.bash "$itemPath"
fi
exit

Loading…
Cancel
Save