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