Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Jan 6, 2024
1 parent 18b6042 commit d70907c
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 d70907c

Please sign in to comment.