Skip to content

Commit

Permalink
reverting python version to 2.x
Browse files Browse the repository at this point in the history
reverting to kodi 18.5 again
  • Loading branch information
swetoast authored Feb 1, 2020
1 parent c874c7c commit f198f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.program.steamlink/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.steamlink" name="Steamlink Launcher" version="0.0.6" provider-name="Toast">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
Expand Down

0 comments on commit f198f79

Please sign in to comment.