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

Commit b64b831

Browse files
committed
Remove bespoke pyxbmct module
Add dependancy for the KODI version
1 parent ae8d30b commit b64b831

22 files changed

+2
-791
lines changed

addon.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.plexbmc" name="PleXBMC" version="4.0.0~beta1" provider-name="Hippojay ([email protected])">
2+
<addon id="plugin.video.plexbmc" name="PleXBMC" version="4.0.0~beta2" provider-name="Hippojay ([email protected])">
33
<requires>
44
<import addon="xbmc.python" version="2.19.0"/>
55
<import addon="script.module.requests" version="2.6.0"/>
6+
<import addon="script.module.pyxbmct" version="1.1.4"/>
67
</requires>
78
<extension point="xbmc.python.pluginsource"
89
library="default.py">

resources/lib/pyxbmct/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)