Skip to content

Commit

Permalink
Merge pull request #257 from anxdpanic/pr_jarvis
Browse files Browse the repository at this point in the history
v1.4.2
  • Loading branch information
anxdpanic authored Jan 12, 2022
2 parents a4361ca + c1d53a7 commit 4c46ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.composite_for_plex" name="Composite" version="1.4.2~alpha4" provider-name="anxdpanic">
<addon id="plugin.video.composite_for_plex" name="Composite" version="1.4.2" provider-name="anxdpanic">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.kodi-six" version="0.0.2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import pyxbmct.addonwindow as pyxbmct # pylint: disable=import-error
from kodi_six import xbmc # pylint: disable=import-error
from kodi_six import xbmcgui # pylint: disable=import-error
from six.moves import zip_longest
from six import PY3
from six.moves import zip_longest

from ...addon.constants import CONFIG
from ...addon.containers import Item
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/composite_addon/routes/channel_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

from kodi_six import xbmc # pylint: disable=import-error
from kodi_six import xbmcgui # pylint: disable=import-error
from six.moves.urllib_parse import urlencode
from six import PY3
from six.moves.urllib_parse import urlencode

from ..addon.logger import Logger
from ..addon.strings import i18n
Expand Down

0 comments on commit 4c46ae4

Please sign in to comment.