mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
librespot: adopt kodi LOGNOTICE changes
This commit is contained in:
parent
8de1f0967d
commit
fb8b81a16f
@ -40,7 +40,7 @@ def get_settings():
|
||||
|
||||
|
||||
def log(message):
|
||||
xbmc.log('{}: {}'.format(ADDON_NAME, message), xbmc.LOGNOTICE)
|
||||
xbmc.log('{}: {}'.format(ADDON_NAME, message), xbmc.LOGINFO)
|
||||
|
||||
|
||||
def notification(message):
|
||||
|
Loading…
x
Reference in New Issue
Block a user