Skip to content

Commit

Permalink
Revert changes done for matrix (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
peno64 committed Dec 2, 2023
1 parent a1311b3 commit 8d65192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.iptv.manager" name="IPTV Manager" version="0.2.4+matrix.1" provider-name="Michaël Arnauts">
<addon id="service.iptv.manager" name="IPTV Manager" version="0.2.4" provider-name="peno64, Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
<import addon="pvr.iptvsimple" version="3.8.8"/>
</requires>
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/modules/iptvsimple.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def restart(cls, force=False):
if not force and (kodiutils.get_cond_visibility('Pvr.IsPlayingTv') or kodiutils.get_cond_visibility('Pvr.IsPlayingRadio')):
# Don't restart when we are Playing TV or Radio
cls.restart_required = True
_LOGGER.info('Postponing restart of Simple IPTV since it is currently in use.')
_LOGGER.debug('Postponing restart of Simple IPTV since it is currently in use.')
return

cls.restart_required = False
Expand Down

0 comments on commit 8d65192

Please sign in to comment.