Skip to content

Commit

Permalink
Remove whoopsie hoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 18, 2023
1 parent c1aec75 commit 1b72748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cozy/media/gst_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def state(self) -> GstPlayerState:
return GstPlayerState.STOPPED

_, state, __ = self._player.get_state(Gst.CLOCK_TIME_NONE)
print(type(state))
if state == Gst.State.PLAYING:
return GstPlayerState.PLAYING
elif state == Gst.State.PAUSED:
Expand Down

0 comments on commit 1b72748

Please sign in to comment.