File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" script.module.python.twitch" name =" python-twitch for Kodi" version =" 2.0.13 " provider-name =" A Talented Community" >
2+ <addon id =" script.module.python.twitch" name =" python-twitch for Kodi" version =" 2.0.14 " provider-name =" A Talented Community" >
33 <requires >
44 <import addon =" xbmc.python" version =" 2.20.0" />
55 <import addon =" script.module.six" version =" 1.11.0" />
99 <extension point =" xbmc.addon.metadata" >
1010 <platform >all</platform >
1111 <news >
12- [fix] stream language
12+ [fix] logging in Kodi 19
1313 </news >
1414 <assets >
1515 <icon >icon.png</icon >
Original file line number Diff line number Diff line change 1+ 2.0.14
2+ [fix] logging in Kodi 19
3+
142.0.13
25[fix] stream language
36
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def __init__(self):
6262 def info (self , message ):
6363 message = prep_log_message (message )
6464 if xbmc :
65- self ._log (message , xbmc .LOGNOTICE )
65+ self ._log (message , xbmc .LOGINFO )
6666 else :
6767 self ._log .info (message )
6868
You can’t perform that action at this time.
0 commit comments