SponsorBlock icon indicating copy to clipboard operation
SponsorBlock copied to clipboard

Fix skip audio notification not working on firefox

Open calledude opened this issue 4 months ago • 0 comments

  • [x] 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

calledude avatar Oct 18 '24 14:10 calledude