Skip to content

Conversation

@hestonhamilton
Copy link

This PR removes an extra whitespace in the construction of the listenurl used in Apprise notifications:

    listenurl = f"{websiteurl}?filename= {path}"

Fixes a bug where all Apprise notifications produce URLs like:

https://<domain>/?filename= <filename>.mp3

The whitespace after filename= breaks Discord embeds, browser loading, and reverse proxy routing.

This PR removes the leading space so the URL is constructed correctly:

https://<domain>/?filename=<filename>.mp3

Only a single-character change. No functional impact beyond fixing notifications.

@Nachtzuster Nachtzuster merged commit efe382e into Nachtzuster:main Dec 3, 2025
4 checks passed
@Nachtzuster
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants