File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<requires >
4
4
<import addon =" xbmc.python" version =" 2.20.0" />
5
5
<import addon =" script.module.six" version =" 1.11.0" />
9
9
<extension point =" xbmc.addon.metadata" >
10
10
<platform >all</platform >
11
11
<news >
12
- [upd] allow overriding headers for all hidden api calls
12
+ [fix] Python 3 - don't decode string when processing clips
13
13
</news >
14
14
<assets >
15
15
<icon >icon.png</icon >
Original file line number Diff line number Diff line change
1
+ 2.0.11
2
+ [fix] Python 3 - don't decode string when processing clips
3
+
1
4
2.0.10
2
5
[upd] allow overriding headers for all hidden api calls
3
6
You can’t perform that action at this time.
0 commit comments