Fix seeking while playing.

This commit is contained in:
Matthew Stratford 2021-03-15 20:19:45 +00:00
parent 023200b94b
commit 01192b728b

View file

@ -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