Skip to content
Commit f48989b7 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

Don't consider player gone when it only got temporarily added by us

We temporarily add players created by JS to the DOM so we can access them from the content-script.
When the player is removed again - at least on Firefox - the MutationObserver notices that and we signal
the player being gone.
This causes media controls for HTML5 Audio to be immediately rescinded when created but not played immediately.

Differential Revision: https://phabricator.kde.org/D28705
parent 7552f8c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment