Fixed regression for notifications containing extra lines for streams with tags configured.
All checks were successful
Build Maubot Plugin Artifact / Build (push) Successful in 3s
Lint Source Code / Lint (push) Successful in 8s

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:
2025-04-05 19:36:40 -04:00
parent e73b2b63a1
commit 1c6720cc10

View File

@@ -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"