Fixed regression for notifications containing extra lines for streams with tags configured.
I'm not sure how this made it through from the development environment to the Git repository. Evidently I messed it up somehow and didn't notice.
This commit is contained in:
@@ -353,7 +353,7 @@ class OwncastSentry(Plugin):
|
|||||||
if title != "":
|
if title != "":
|
||||||
body_text += "\nStream Title: " + title
|
body_text += "\nStream Title: " + title
|
||||||
|
|
||||||
body_text += "\n\nTo tune in, visit: https://" + domain + "/\n\n"
|
body_text += "\n\nTo tune in, visit: https://" + domain + "/"
|
||||||
|
|
||||||
if "tags" in stream_config and len(stream_config["tags"]) > 0:
|
if "tags" in stream_config and len(stream_config["tags"]) > 0:
|
||||||
body_text += "\n\n"
|
body_text += "\n\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user