Gotten rid of some emby dialog references

This commit is contained in:
tomkat83 2016-01-22 16:50:11 +01:00
parent 124a5a10a6
commit 50e45e95cc

View file

@ -176,9 +176,11 @@ class Service():
else:
add = ""
xbmcgui.Dialog().notification(
heading="Emby server",
message="Welcome %s%s!" % (user.currUser, add),
icon="special://home/addons/plugin.video.plexkodiconnect/icon.png",
heading=self.addonName,
message="Welcome %s%s"
% (user.currUser, add),
icon="special://home/addons/plugin.video."
"plexkodiconnect/icon.png",
time=2000,
sound=False)
@ -253,7 +255,7 @@ class Service():
break
# Alert the user that server is online.
xbmcgui.Dialog().notification(
heading="Emby server",
heading=self.addonName,
message="Server is online.",
icon="special://home/addons/plugin.video."
"plexkodiconnect/icon.png",