Skip to content

Commit be261f6

Browse files
committed
2.0.11
1 parent 20d163e commit be261f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

addon.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.10" provider-name="A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.11" 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"/>
@@ -9,7 +9,7 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
[upd] allow overriding headers for all hidden api calls
12+
[fix] Python 3 - don't decode string when processing clips
1313
</news>
1414
<assets>
1515
<icon>icon.png</icon>

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.11
2+
[fix] Python 3 - don't decode string when processing clips
3+
14
2.0.10
25
[upd] allow overriding headers for all hidden api calls
36

0 commit comments

Comments
 (0)