Fix seeking while playing.
This commit is contained in:
parent
023200b94b
commit
01192b728b
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class Player():
|
|||
# Audio Playout Related Methods
|
||||
|
||||
def play(self, pos: float = 0):
|
||||
if self.isPlaying or not self.isLoaded:
|
||||
if not self.isLoaded:
|
||||
return
|
||||
global starting
|
||||
global already_stopped
|
||||
|
|
Loading…
Reference in a new issue