We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d7bacd + 1377734 commit 6c63335Copy full SHA for 6c63335
addon.xml
@@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
-<addon id="plugin.video.twitch" version="2.6.2" name="Twitch" provider-name="anxdpanic, A Talented Community">
+<addon id="plugin.video.twitch" version="3.0.0" name="Twitch" provider-name="anxdpanic, A Talented Community">
3
<requires>
4
<import addon="xbmc.python" version="3.0.1"/>
5
<import addon="script.module.requests" version="2.9.1"/>
6
- <import addon="script.module.python.twitch" version="2.0.20"/>
+ <import addon="script.module.python.twitch" version="3.0.0"/>
7
</requires>
8
<extension point="xbmc.python.pluginsource" library="resources/lib/addon_runner.py">
9
<provides>video</provides>
0 commit comments