Skip to content

Commit

Permalink
Updated addon.xml to remove addon requirement
Browse files Browse the repository at this point in the history
This change will remove the inputstream addone since input stream only works in Kodi 17+ and a majority of the users will still use 14-16.
  • Loading branch information
jdf76 committed Oct 2, 2016
1 parent 8ab2910 commit f739061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<addon id="plugin.video.youtube" name="YouTube" version="5.2.4" provider-name="h0d3nt3uf3l, bromix">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="kodi.inputstream" version="1.0.5"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
Expand Down

0 comments on commit f739061

Please sign in to comment.