Skip to content

Commit

Permalink
Fix bug with stopping playback through MPRIS
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored and geigi committed Dec 11, 2023
1 parent 0075c47 commit 1be8d73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cozy/media/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ def forward(self):

def destroy(self):
self._gst_player.dispose()

self._stop_tick_thread()
self._stop_playback()

if self._fadeout_thread:
self._fadeout_thread.stop()
Expand Down

0 comments on commit 1be8d73

Please sign in to comment.