Skip to content

Commit

Permalink
#52 Rollback pvr.iptvsimple to 3.8.8 (#57)
Browse files Browse the repository at this point in the history
Try to fix #52.

[Installed the iptv Simple package as documented](https://github.com/add-ons/service.iptv.manager/wiki/Frequent-questions#how-can-i-install-a-missing-pvriptvsimple-add-on):
`sudo apt install kodi-pvr-iptvsimple`

It installed `3.8.8-1~buster` which is not supported.
  • Loading branch information
MPParsley authored Dec 6, 2020
1 parent 1f5d4ad commit b1ff254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
<import addon="pvr.iptvsimple" version="3.9.8"/>
<import addon="pvr.iptvsimple" version="3.8.8"/>
</requires>
<!-- This is needed to get an add-on icon -->
<extension point="xbmc.python.script" library="default.py">
Expand Down

0 comments on commit b1ff254

Please sign in to comment.