mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Support new event PlayPause
This commit is contained in:
parent
7e5de4d06e
commit
7767f515b9
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class WebSocketClient(threading.Thread):
|
||||||
'Stop': player.stop,
|
'Stop': player.stop,
|
||||||
'Unpause': player.pause,
|
'Unpause': player.pause,
|
||||||
'Pause': player.pause,
|
'Pause': player.pause,
|
||||||
|
'PlayPause': player.pause,
|
||||||
'NextTrack': player.playnext,
|
'NextTrack': player.playnext,
|
||||||
'PreviousTrack': player.playprevious
|
'PreviousTrack': player.playprevious
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue