From f45bd49421a504d4605fc8489e23b316e54dfbc4 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 15 Oct 2016 12:03:03 -0700 Subject: [PATCH] Comment out Discord TTS --- plexpy/notifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 674686e6..ac7b4c1f 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -774,8 +774,8 @@ class DISCORD(Notifier): data['username'] = self.config['username'] if self.config['avatar_url']: data['avatar_url'] = self.config['avatar_url'] - if self.config['tts']: - data['tts'] = True + #if self.config['tts']: + # data['tts'] = True if self.config['incl_poster'] and 'metadata' in kwargs: # Grab formatted metadata