Skip to content

Commit

Permalink
Merge pull request #525 from anxdpanic/pr-1
Browse files Browse the repository at this point in the history
2.5.3
  • Loading branch information
anxdpanic authored Sep 7, 2020
2 parents a67e2a4 + 4200225 commit b820ae8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.twitch" version="2.5.2" name="Twitch" provider-name="anxdpanic, A Talented Community">
<addon id="plugin.video.twitch" version="2.5.3" name="Twitch" provider-name="anxdpanic, A Talented Community">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.six" version="1.11.0"/>
Expand All @@ -13,10 +13,7 @@
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<news>
[add] Add additional stream properties at playback
[fix] Get OAuth token on Kodi 19
[upd] Use new settings format on Kodi 19
[upd] Update material to reflect repository changes
[rem] remove usage of xbmc.LOGSEVERE, it's being removed in Kodi 19
</news>
<assets>
<icon>icon.png</icon>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.5.3
[rem] remove usage of xbmc.LOGSEVERE, it's being removed in Kodi 19

2.5.2
[add] Add additional stream properties at playback
[fix] Get OAuth token on Kodi 19
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/twitch_addon/addon/common/log_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from . import kodi

from xbmc import LOGDEBUG, LOGERROR, LOGFATAL, LOGINFO, LOGNONE, LOGSEVERE, LOGWARNING # @UnusedImport
from xbmc import LOGDEBUG, LOGERROR, LOGFATAL, LOGINFO, LOGNONE, LOGWARNING # @UnusedImport

LOGNOTICE = LOGINFO

Expand Down

0 comments on commit b820ae8

Please sign in to comment.