From cba4c00ca0ccab306757032739b502c59539038b Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 20 Mar 2021 13:15:21 -0700 Subject: [PATCH] Add valid OneSignal ID note in Android App notification settings --- plexpy/notifiers.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 7680b343..352fb51b 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1022,7 +1022,8 @@ class ANDROIDAPP(Notifier): 'label': 'Device', 'description': 'No mobile devices registered with OneSignal. ' '' - 'Get the Android App and register a device.', + 'Get the Android App and register a device.
' + 'Note: Only devices registered with a valid OneSignal ID will appear in the list.', 'input_type': 'help' }) else: @@ -1032,7 +1033,8 @@ class ANDROIDAPP(Notifier): 'name': 'androidapp_device_id', 'description': 'Set your mobile device or ' '' - 'register a new device with Tautulli.', + 'register a new device with Tautulli.
' + 'Note: Only devices registered with a valid OneSignal ID will appear in the list.', 'input_type': 'select', 'select_options': devices })