mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Support open guide command
This commit is contained in:
parent
119ecaa39c
commit
232daf8dbc
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,9 @@ class WebSocketClient(threading.Thread):
|
|||
elif command == 'GoHome':
|
||||
JSONRPC('GUI.ActivateWindow').execute({'window': "home"})
|
||||
|
||||
elif command == "Guide":
|
||||
JSONRPC('GUI.ActivateWindow').execute({'window': "tvguide"})
|
||||
|
||||
else:
|
||||
builtin = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue