diff --git a/root/scripts/MovieExtras.bash b/root/scripts/MovieExtras.bash index 890ac99..320973c 100644 --- a/root/scripts/MovieExtras.bash +++ b/root/scripts/MovieExtras.bash @@ -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