Remove default subject and body for rich notification

This commit is contained in:
JonnyWong16 2019-11-24 22:38:04 -08:00
parent 645c43708a
commit 55740a099a

View File

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