set repeat to false
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user