https://bugs.kde.org/show_bug.cgi?id=419699
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-browser-integration/b50 | |818455f89d3b8de059efcc99518 | |c0db4e5353 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit b50818455f89d3b8de059efcc99518c0db4e5353 by Kai Uwe Broulik. Committed on 07/04/2020 at 17:30. Pushed by broulik into branch 'master'. Add better player tab crash handling There is unfortunately no dedicated signal for this (the process API is for dev builds only), so we can only do: * When we detect a tab becoming inaudible, check if it's gone now, and signal player gone. This will catch the case of a tab crashing while playing * When sending a command, check if it failed, and signal player gone. Instead of doing nothing, the player will disappear. Not really better UX right there but at least the user will go "huh?" rather than "why is it not working?" There's also no error codes on the error object, just sentences... Differential Revision: https://phabricator.kde.org/D28614 M +37 -4 extension/extension-mpris.js https://commits.kde.org/plasma-browser-integration/b50818455f89d3b8de059efcc99518c0db4e5353 -- You are receiving this mail because: You are watching all bug changes.