Support open guide command

This commit is contained in:
angelblue05 2017-05-09 02:58:59 -05:00
parent 119ecaa39c
commit 232daf8dbc
1 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,9 @@ class WebSocketClient(threading.Thread):
elif command == 'GoHome': elif command == 'GoHome':
JSONRPC('GUI.ActivateWindow').execute({'window': "home"}) JSONRPC('GUI.ActivateWindow').execute({'window': "home"})
elif command == "Guide":
JSONRPC('GUI.ActivateWindow').execute({'window': "tvguide"})
else: else:
builtin = { builtin = {