Skip to content

Commit 1b15c18

Browse files
committed
Merge remote-tracking branch 'upstream/matrix' into matrix
2 parents 4bf77e0 + 6b79c08 commit 1b15c18

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

plugin.video.catchuptvandmore/addon.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.catchuptvandmore" name="Catch-up TV &amp; More" version="0.2.41+matrix.1" provider-name="SylvainCecchetto,wwark,joaopa">
2+
<addon id="plugin.video.catchuptvandmore" name="Catch-up TV &amp; More" version="0.2.41.1+matrix.1" provider-name="SylvainCecchetto,wwark,joaopa">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.codequick" version="0.9.13"/>
@@ -42,9 +42,8 @@
4242
<email>catch.up.tv.and.more at gmail dot com</email>
4343
<source>https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore</source>
4444
<news>
45-
[Version 0.2.41]
46-
Changelog is too big for this version.
47-
See https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore/releases/tag/v0.2.40 from the changelog.
45+
[Version 0.2.41.1]
46+
Fix an import error
4847
</news>
4948
<assets>
5049
<icon>icon.png</icon>

plugin.video.catchuptvandmore/resources/lib/menu_utils.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
from resources.lib.addon_utils import get_item_label
1616
import resources.lib.favourites as fav
1717
from resources.lib.kodi_utils import get_kodi_version
18-
# delete_for_submission_start
19-
from resources.lib.vpn import add_vpn_context
20-
# delete_for_submission_end
2118

2219
MENUS_SETTINGS_FP = os.path.join(Script.get_info('profile'), "menus_settings.json")
2320

@@ -213,11 +210,6 @@ def add_context_menus_to_item(item, item_id, item_index, menu_id, menu_len, is_p
213210
item_id=item_id,
214211
menu_id=menu_id)
215212

216-
# delete_for_submission_start
217-
# Connect/Disconnect VPN
218-
add_vpn_context(item)
219-
# delete_for_submission_end
220-
221213
# Add to add-on favourites
222214
item.context.script(fav.add_item_to_favourites,
223215
Script.localize(30800),
@@ -249,11 +241,6 @@ def item_post_treatment(item, is_playable=False, is_downloadable=False):
249241
Script.localize(30800),
250242
is_playable=is_playable)
251243

252-
# delete_for_submission_start
253-
# Connect/Disconnect VPN
254-
add_vpn_context(item)
255-
# delete_for_submission_end
256-
257244
return
258245

259246

0 commit comments

Comments
 (0)