Skip to content

Commit 514f3c8

Browse files
authored
Merge pull request #103 from anxdpanic/pr_isengard
2.0.19
2 parents e08fa17 + edc9091 commit 514f3c8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

addon.xml

Lines changed: 4 additions & 2 deletions
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.18" provider-name="anxdpanic, A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.19" provider-name="anxdpanic, 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,9 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
[fix] fix v5.streams.by_id request - apo86
12+
[fix] fix v5.users.follow_channel request - apo86
13+
[fix] fix v5.users.unfollow_channel request - apo86
14+
[lang] updated translations from Weblate
1315
</news>
1416
<assets>
1517
<icon>icon.png</icon>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.19
2+
[fix] fix v5.users.follow_channel request - apo86
3+
[fix] fix v5.users.unfollow_channel request - apo86
4+
[lang] updated translations from Weblate
5+
16
2.0.18
27
[fix] fix v5.streams.by_id request - apo86
38

0 commit comments

Comments
 (0)