forgot to remove a comment, should be the final change for this vers so bump vers number
This commit is contained in:
parent
e7060bd3ae
commit
b4df23515d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<addon id="plugin.audio.librespot" version="0.1.1" name="Librespot" provider-name="Cere">
|
<addon id="plugin.audio.librespot" version="0.1.2" name="Librespot" provider-name="Cere">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="3.0.0" />
|
<import addon="xbmc.python" version="3.0.0" />
|
||||||
<import addon="xbmc.addon" version="18.9.701" />
|
<import addon="xbmc.addon" version="18.9.701" />
|
||||||
|
|
|
@ -228,7 +228,7 @@ class PluginContent:
|
||||||
# Testing Proxy
|
# Testing Proxy
|
||||||
# url = f"http://localhost:8080/track/{track['id']}"
|
# url = f"http://localhost:8080/track/{track['id']}"
|
||||||
|
|
||||||
log_msg(track['id'])
|
# log_msg(track['id'])
|
||||||
|
|
||||||
li = xbmcgui.ListItem(label, offscreen=True)
|
li = xbmcgui.ListItem(label, offscreen=True)
|
||||||
li.setProperty("isPlayable", "true")
|
li.setProperty("isPlayable", "true")
|
||||||
|
|
Loading…
Reference in a new issue