2019-08-01, 10:22
Hello,
From Kodi 18 pvr.iptvsimple isn't installed in kodi and user need to install it.
I try to add it in addon.xml:
I try to add it in addon.xml:
I don't want to creat new addon just for 18 version. This is the only think that change between version.
Thank you.
From Kodi 18 pvr.iptvsimple isn't installed in kodi and user need to install it.
I try to add it in addon.xml:
That work on Kodi 18, but break Kodi 16/17.xml:
<requires>
<import addon="pvr.iptvsimple"/>
</requires>
I try to add it in addon.xml:
Didn't work for Kodi 18 (didn't install addon) and work for 16/17.xml:
<requires>
<import addon="pvr.iptvsimple" optional="true"/>
</requires>
I don't want to creat new addon just for 18 version. This is the only think that change between version.
Thank you.