diff --git a/cozy/control/mpris.py b/cozy/control/mpris.py index 28cce9d3..da206fa9 100644 --- a/cozy/control/mpris.py +++ b/cozy/control/mpris.py @@ -409,4 +409,3 @@ def _on_current_changed(self) -> None: def _on_status_changed(self, status: str) -> None: properties = {"PlaybackStatus": GLib.Variant("s", status)} self.properties_changed(self.MEDIA_PLAYER2_PLAYER_INTERFACE, properties, []) -