mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Change server online to welcome message
This commit is contained in:
parent
fdce20d172
commit
708d3d7f39
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ class Service(object):
|
||||||
# Alert the user that server is online.
|
# Alert the user that server is online.
|
||||||
dialog(type_="notification",
|
dialog(type_="notification",
|
||||||
heading="{emby}",
|
heading="{emby}",
|
||||||
message=lang(33003),
|
message=("%s %s"
|
||||||
|
% (lang(33000), user_client.get_username().decode('utf-8'))),
|
||||||
icon="{emby}",
|
icon="{emby}",
|
||||||
time=2000,
|
time=2000,
|
||||||
sound=False)
|
sound=False)
|
||||||
|
|
Loading…
Reference in a new issue