mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-23 06:48:58 +00:00
Remove "!" from prompts
This commit is contained in:
parent
77de12bec8
commit
84532ce3f8
3 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue