Merge pull request #199 from JonnyWong16/master

Remove default subject and body for rich notification
This commit is contained in:
blacktwin 2019-11-25 08:31:28 -05:00 committed by GitHub
commit 8a80b7b3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ def rich_notify(notifier_id, rich_type, color=None, kill_type=None, server_name=
tautulli : obj tautulli : obj
Tautulli object. Tautulli object.
""" """
notification = Notification(notifier_id, SUBJECT_TEXT, BODY_TEXT, tautulli, stream) notification = Notification(notifier_id, None, None, tautulli, stream)
# Initialize Variables # Initialize Variables
title = '' title = ''
footer = '' footer = ''