diff --git a/code/qudio.py b/code/qudio.py index 963a60d..5d6929a 100644 --- a/code/qudio.py +++ b/code/qudio.py @@ -46,6 +46,7 @@ socketIO = SocketIO('localhost', 3000) def play(uri, service = 'mpd'): + socketIO.emit('setRepeat', {'value':False}) socketIO.emit('replaceAndPlay', {'service':service,'uri':uri}) def prev_callback(channel):