mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-13 21:56:11 +00:00
Increase send message display
From 4 to 7 seconds
This commit is contained in:
parent
59f8e2010b
commit
810673cf79
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class WebSocketClient(threading.Thread):
|
||||||
heading=header,
|
heading=header,
|
||||||
message=text,
|
message=text,
|
||||||
icon="{emby}",
|
icon="{emby}",
|
||||||
time=4000)
|
time=7000)
|
||||||
|
|
||||||
elif command == 'SendString':
|
elif command == 'SendString':
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue