Skip to content

Commit

Permalink
v.0.5.5d
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunatixz committed Oct 17, 2024
1 parent a8f73bd commit 035310f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.pseudotv.live" version="0.5.5c" name="PseudoTV Live" provider-name="Lunatixz">
<addon id="plugin.video.pseudotv.live" version="0.5.5d" name="PseudoTV Live" provider-name="Lunatixz">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="pvr.iptvsimple" version="21.8.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e23e750bcf64d63e0f99e9ad5360d184
ff7649b41260e381ad47fa00675949b1
2 changes: 1 addition & 1 deletion plugin.video.pseudotv.live/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.pseudotv.live" version="0.5.5c" name="PseudoTV Live" provider-name="Lunatixz">
<addon id="plugin.video.pseudotv.live" version="0.5.5d" name="PseudoTV Live" provider-name="Lunatixz">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="pvr.iptvsimple" version="21.8.0"/>
Expand Down
2 changes: 1 addition & 1 deletion plugin.video.pseudotv.live/resources/lib/cqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _push(self, package: tuple, priority: int=0, delay: int=0):
self.log("_push, func = %s"%(package[0].__name__))
node = LlNode(package, priority, delay)
if self.__exists((1,priority,package)):
self.log("_push, %s exists; ignoring package"%(package))
self.log("_push, %s exists; ignoring package"%(package[0].__name__))
return
elif self.priority:
self.qsize += 1
Expand Down
Binary file not shown.

0 comments on commit 035310f

Please sign in to comment.