Skip to content

mpris: Prevent DBus race when creating media players

Ghost User requested to merge (removed):fleeting-mpris-instances into master

Sometimes an MPRIS media player will create and then destroy an object before the signals that handle the object's destruction can be created. This verifies that the object still exists after the necessary signals have been created.

Fixes #2776 (closed)

Edited by Florian Müllner

Merge request reports