Change server online to welcome message

This commit is contained in:
angelblue05 2017-07-28 21:22:40 -05:00
parent fdce20d172
commit 708d3d7f39
1 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,8 @@ class Service(object):
# Alert the user that server is online.
dialog(type_="notification",
heading="{emby}",
message=lang(33003),
message=("%s %s"
% (lang(33000), user_client.get_username().decode('utf-8'))),
icon="{emby}",
time=2000,
sound=False)