Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix skip audio notification not working on firefox #2135

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

calledude
Copy link
Contributor

  • I agree to license my contribution under GPL-3.0 and agree to allow distribution on app stores as outlined in LICENSE-APPSTORE

To test this pull request, follow the instructions in the wiki.


Firefox seems to have issues playing an .ogg file, as it is recognizing it as a video (video/ogg MIME) file even though it has nothing but an audio stream.

image

image

It seems to be atleast somewhat of a known bug. This PR merely renames the file and updates the manifest(s) to reflect that, which enables firefox to correctly identify which type of MIME type the file is and subsequently enables the sound to work properly again.
https://bugzilla.mozilla.org/show_bug.cgi?id=1240259

@ajayyy ajayyy merged commit b2ac881 into ajayyy:master Oct 29, 2024
2 checks passed
@ajayyy
Copy link
Owner

ajayyy commented Nov 10, 2024

Some people are reporting this change breaking audio notifications

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