mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57: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):
|
def log(message):
|
||||||
xbmc.log('{}: {}'.format(ADDON_NAME, message), xbmc.LOGNOTICE)
|
xbmc.log('{}: {}'.format(ADDON_NAME, message), xbmc.LOGINFO)
|
||||||
|
|
||||||
|
|
||||||
def notification(message):
|
def notification(message):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user