forgot to remove a comment, should be the final change for this vers so bump vers number

This commit is contained in:
cere 2024-02-21 03:48:06 -05:00
parent e7060bd3ae
commit b4df23515d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?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>
<import addon="xbmc.python" version="3.0.0" />
<import addon="xbmc.addon" version="18.9.701" />

View File

@ -228,7 +228,7 @@ class PluginContent:
# Testing Proxy
# url = f"http://localhost:8080/track/{track['id']}"
log_msg(track['id'])
# log_msg(track['id'])
li = xbmcgui.ListItem(label, offscreen=True)
li.setProperty("isPlayable", "true")