Skip to content

Commit

Permalink
Remove Youtube as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Dec 10, 2013
1 parent f857917 commit cd0ca5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addon.xml.tpl
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.xbmctorrent" name="XBMCtorrent" version="$VERSION" provider-name="steeve">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="plugin.video.youtube" version="4.4.6"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
Expand Down

0 comments on commit cd0ca5c

Please sign in to comment.