From 4388c6de9a162f9bfbd42065bd03364b2ab04541 Mon Sep 17 00:00:00 2001 From: rdbende Date: Sat, 6 Jan 2024 17:34:51 +0100 Subject: [PATCH] Remove newline --- cozy/control/mpris.py | 1 - 1 file changed, 1 deletion(-) 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, []) -