mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 13:46:14 +00:00
Remove "!" from prompts
This commit is contained in:
parent
77de12bec8
commit
84532ce3f8
3 changed files with 6 additions and 6 deletions
|
@ -387,7 +387,7 @@ def refreshPlaylist():
|
|||
lib.refreshViews()
|
||||
dialog.notification(
|
||||
heading="Emby for Kodi",
|
||||
message="Emby playlist refreshed!",
|
||||
message="Emby playlist refreshed",
|
||||
icon="special://home/addons/plugin.video.emby/icon.png",
|
||||
time=1000,
|
||||
sound=False)
|
||||
|
@ -395,8 +395,8 @@ def refreshPlaylist():
|
|||
utils.logMsg("EMBY", "Refresh playlist failed: %s" % e, 1)
|
||||
dialog.notification(
|
||||
heading="Emby for Kodi",
|
||||
message="Emby playlist refresh failed!",
|
||||
icon="special://home/addons/plugin.video.emby/icon.png",
|
||||
message="Emby playlist refresh failed",
|
||||
icon=xbmcgui.NOTIFICATION_ERROR,
|
||||
time=1000,
|
||||
sound=False)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue