From 21b3fe1510dda047a770a205497953e24a463c99 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 24 Mar 2016 11:43:21 -0700 Subject: [PATCH] Fix typo --- Custom-Scripts-for-PlexPy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Scripts-for-PlexPy.md b/Custom-Scripts-for-PlexPy.md index 25e6d43..c676302 100644 --- a/Custom-Scripts-for-PlexPy.md +++ b/Custom-Scripts-for-PlexPy.md @@ -3,7 +3,7 @@ 1. Set a "Script Folder" at Settings > Notification Agents > Scripts > Gear Icon. Place any script files in this directory with appropriate permissions (executable and accessible to the PlexPy user). 2. Select the scripts for the actions where you want the script to be triggered (e.g. Playback Start, Playback Stop). 3. Make sure the corresponding action triggers are also enabled under Settings > Notification Agents > Scripts > Bell Icon. -4. Under Settings > Notifications > Scripts, set the arguments that should be passed to the script (e.g. `-si {session_id} -u {user}` +4. Under Settings > Notifications > Scripts, set the arguments that should be passed to the script (e.g. `-si {session_id} -u {user}`) ##### User Created Scripts