Skip to content

Commit 007b323

Browse files
authored
Merge pull request #74 from anxdpanic/dev
2.0.15
2 parents 1fdf1b3 + fa680e0 commit 007b323

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-twitch for Kodi
22

3-
![Build Status](https://img.shields.io/travis/MrSprigster/script.module.python.twitch/master.svg)
3+
![Build Status](https://img.shields.io/travis/anxdpanic/script.module.python.twitch/master.svg)
44
![License](https://img.shields.io/badge/license-GPL--3.0--only-success.svg)
55
![Kodi Version](https://img.shields.io/badge/kodi-isengard%2B-success.svg)
66
![Contributors](https://img.shields.io/github/contributors/MrSprigster/script.module.python.twitch.svg)
@@ -10,7 +10,7 @@
1010
python-twitch for Kodi is module for interaction with the Twitch.tv API
1111

1212
#### Usage:
13-
Example can be found [MrSprigster/Twitch-on-Kodi/master/resources/lib/twitch_addon/addon/api.py](https://github.com/MrSprigster/Twitch-on-Kodi/blob/master/resources/lib/twitch_addon/addon/api.py)
13+
Example can be found [anxdpanic/Twitch-on-Kodi/master/resources/lib/twitch_addon/addon/api.py](https://github.com/anxdpanic/Twitch-on-Kodi/blob/master/resources/lib/twitch_addon/addon/api.py)
1414

1515
#### API Documentation:
1616
https://dev.twitch.tv/docs

addon.xml

+4-3
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.14" provider-name="A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.15" 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,7 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
[fix] logging in Kodi 19
12+
[upd] Update material to reflect repository changes
1313
</news>
1414
<assets>
1515
<icon>icon.png</icon>
@@ -18,7 +18,8 @@
1818
<summary lang="en_GB">Module for interaction with the Twitch.tv API</summary>
1919
<description lang="en_GB">python-twitch for Kodi is module for interaction with the Twitch.tv API based on python-twitch by ingwinlu.</description>
2020
<license>GPL-3.0-only</license>
21-
<source>https://github.com/MrSprigster/script.module.python.twitch</source>
21+
<source>https://github.com/anxdpanic/script.module.python.twitch</source>
22+
<forum>https://twitchaddon.page.link/forum</forum>
2223
<reuselanguageinvoker>true</reuselanguageinvoker>
2324
</extension>
2425
</addon>

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.15
2+
[upd] Update material to reflect repository changes
3+
14
2.0.14
25
[fix] logging in Kodi 19
36

0 commit comments

Comments
 (0)