Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored and geigi committed Jan 19, 2024
1 parent 02f8747 commit 4388c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cozy/control/mpris.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, [])

0 comments on commit 4388c6d

Please sign in to comment.