@ -48,3 +48,5 @@ class PlayableQueue(BaseQueue):
def __nonzero__(self):
return True
__bool__ = __nonzero__