Skip to content

Commit

Permalink
Merge pull request #3 from afzaledx/patch-1
Browse files Browse the repository at this point in the history
Update pygamevideo.py
  • Loading branch information
kadir014 committed May 1, 2023
2 parents e65f80c + a0f5bf1 commit 01bd9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygamevideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def stop(self):

def pause(self):
self.is_paused = True
sel.ff.set_pause(True)
self.ff.set_pause(True)

def resume(self):
self.is_paused = False
Expand Down

0 comments on commit 01bd9e6

Please sign in to comment.