mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06: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,
|
||||
message=text,
|
||||
icon="{emby}",
|
||||
time=4000)
|
||||
time=7000)
|
||||
|
||||
elif command == 'SendString':
|
||||
|
||||
|
|
Loading…
Reference in a new issue