Remove "!" from prompts

This commit is contained in:
angelblue05 2016-01-01 23:38:26 -06:00
commit 84532ce3f8
3 changed files with 6 additions and 6 deletions

View file

@ -296,7 +296,7 @@ class LibrarySync(threading.Thread):
utils.window('emby_dbScan', clear=True)
xbmcgui.Dialog().notification(
heading="Emby for Kodi",
message="%s completed in: %s!" %
message="%s completed in: %s" %
(message, str(elapsedtotal).split('.')[0]),
icon="special://home/addons/plugin.video.emby/icon.png",
sound=False)