mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-30 12:56:13 +00:00
Minor adjustments
Added logging for netflix style next up and increased webclient message time to 4 seconds instead of 2.
This commit is contained in:
parent
d878c23df0
commit
d6a1a3e919
2 changed files with 2 additions and 1 deletions
|
@ -237,7 +237,7 @@ class WebSocketThread(threading.Thread):
|
|||
elif command == "DisplayMessage":
|
||||
header = arguments[u'Header']
|
||||
text = arguments[u'Text']
|
||||
xbmcgui.Dialog().notification(header, text)
|
||||
xbmcgui.Dialog().notification(header, text, time=4000)
|
||||
elif command == "SendString":
|
||||
string = arguments[u'String']
|
||||
text = '{"jsonrpc": "2.0", "method": "Input.SendText", "params": { "text": "%s", "done": false }, "id": 0}' % string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue