Added shuffle handler

This commit is contained in:
Fergal Moran
2015-10-11 21:43:31 +01:00
parent c7fc27550a
commit 7de7bee388
2 changed files with 13 additions and 1 deletions

View File

@@ -119,9 +119,14 @@ class IceRelay(Thread):
return ret
def shuffle_queue(self):
self._ended = True
time.sleep(10)
def set_audio_queue(self, queue):
self.audio_queue = queue
self._ended = True
time.sleep(10)
def get_next_play_item(self):
try: