Change server online to welcome message

This commit is contained in:
angelblue05 2017-07-28 21:22:40 -05:00
parent fdce20d172
commit 708d3d7f39

View file

@ -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)