From 1c6720cc107e9e950d4443e48a6eda449f56db78 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sat, 5 Apr 2025 19:36:40 -0400 Subject: [PATCH] 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. --- owncastsentry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncastsentry.py b/owncastsentry.py index 8c62002..9cbace2 100644 --- a/owncastsentry.py +++ b/owncastsentry.py @@ -353,7 +353,7 @@ class OwncastSentry(Plugin): if 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: body_text += "\n\n"