Support new event PlayPause

This commit is contained in:
angelblue05 2017-09-03 14:08:52 -05:00
parent 7e5de4d06e
commit 7767f515b9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ class WebSocketClient(threading.Thread):
'Stop': player.stop,
'Unpause': player.pause,
'Pause': player.pause,
'PlayPause': player.pause,
'NextTrack': player.playnext,
'PreviousTrack': player.playprevious
}