set repeat to false

This commit is contained in:
2019-08-03 09:24:07 +00:00
parent a1b7f11c09
commit 52c8b5a54c
+1
View File
@@ -46,6 +46,7 @@ socketIO = SocketIO('localhost', 3000)
def play(uri, service = 'mpd'): def play(uri, service = 'mpd'):
socketIO.emit('setRepeat', {'value':False})
socketIO.emit('replaceAndPlay', {'service':service,'uri':uri}) socketIO.emit('replaceAndPlay', {'service':service,'uri':uri})
def prev_callback(channel): def prev_callback(channel):