Fixed a strange issue with play_all function
This commit is contained in:
parent
f834b6046e
commit
2c836f473d
@ -158,7 +158,7 @@ class audioPlayer(object):
|
|||||||
except BassError:
|
except BassError:
|
||||||
pass
|
pass
|
||||||
if self.playing_all == False and len(self.queue) > 0:
|
if self.playing_all == False and len(self.queue) > 0:
|
||||||
self.playing_all == True
|
self.playing_all = True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def volume(self):
|
def volume(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user