Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Remove bespoke pyxbmct module
Browse files Browse the repository at this point in the history
Add dependancy for the KODI version
  • Loading branch information
hippojay committed Apr 27, 2015
1 parent ae8d30b commit b64b831
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 791 deletions.
3 changes: 2 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexbmc" name="PleXBMC" version="4.0.0~beta1" provider-name="Hippojay (plexbmc@h-jay.com)">
<addon id="plugin.video.plexbmc" name="PleXBMC" version="4.0.0~beta2" provider-name="Hippojay (plexbmc@h-jay.com)">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.requests" version="2.6.0"/>
<import addon="script.module.pyxbmct" version="1.1.4"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
Expand Down
Empty file removed resources/lib/pyxbmct/__init__.py
Empty file.
Loading

0 comments on commit b64b831

Please sign in to comment.