mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
librespot: adopt kodi LOGNOTICE changes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user