mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Comment out Discord TTS
This commit is contained in:
parent
e9cfc59400
commit
f45bd49421
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue