diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 9682259d..d95d2cab 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2307,7 +2307,7 @@ class SCRIPTS(Notifier): if not script_args: script_args = [] - script = self.config.get('script', kwargs.get('script', '')) + script = kwargs.get('script', self.config.get('script', '')) # Don't try to run the script if the action does not have one if action and not script: