From d0976b09152ae8f2fd1a64cae8a7e9c7390b9e03 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 3 Sep 2022 11:28:50 -0400 Subject: [PATCH] Update MovieExtras.bash --- root/scripts/MovieExtras.bash | 7 +++++++ 1 file changed, 7 insertions(+) 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