From b4df23515d3c546a669ed2ac2b56e0fbfb09966d Mon Sep 17 00:00:00 2001 From: cere Date: Wed, 21 Feb 2024 03:48:06 -0500 Subject: [PATCH] forgot to remove a comment, should be the final change for this vers so bump vers number --- addon.xml | 2 +- resources/lib/plugin_content.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index fec0a1f..c9a6765 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/resources/lib/plugin_content.py b/resources/lib/plugin_content.py index 36c7939..6bf26e3 100644 --- a/resources/lib/plugin_content.py +++ b/resources/lib/plugin_content.py @@ -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")