mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 05:18:58 +00:00
more unicode fixes
fixes for wrong dif detection added logging to see if item gets updates libraries can be enabled/disabled
This commit is contained in:
parent
a1a074b66f
commit
5e8f63831c
3 changed files with 229 additions and 209 deletions
|
@ -26,7 +26,7 @@ language = addonSettings.getLocalizedString
|
|||
def logMsg(title, msg, level = 1):
|
||||
|
||||
#todo --> get this from a setting
|
||||
logLevel = 0
|
||||
logLevel = 1
|
||||
|
||||
if(logLevel >= level):
|
||||
if(logLevel == 1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue