Skip to content

Commit 8a6f49e

Browse files
committed
Matrix SF Version 2.2.4
1 parent 6a0ce15 commit 8a6f49e

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

addon.xml

Lines changed: 4 additions & 1 deletion
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.program.super.favourites" name="Super Favourites" version="2.2.3" provider-name="jmooremcc, spoyser">
2+
<addon id="plugin.program.super.favourites" name="Super Favourites" version="2.2.4" provider-name="jmooremcc, spoyser">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0" />
55
<import addon="script.module.metahandler" optional="true" />
@@ -34,6 +34,9 @@
3434
</assets>
3535

3636
<news>
37+
2.2.4 February 2022
38+
- Fix URL Playback
39+
3740
2.2.3 February 2022
3841
- Fix folder lock
3942
- Fix name colorization

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[B][COLOR chartreuse]This file contains ALOT of useful information regarding the functionality of Super Favourites[CR]
22
PLEASE READ IT!![/COLOR][/B]
33

4+
[COLOR chartreuse]2.2.4 February 2022[/COLOR]
5+
- Fix URL Playback
6+
47
[COLOR chartreuse]2.2.3 February 2022[/COLOR]
58
- Fix folder lock
69
- Fix name colorization

player.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ def activateWindowCommand(cmd):
171171
elif 'mode=' in plugin.lower():
172172
utils.log("xbmc.executebuiltin(cmd)")
173173
xbmc.executebuiltin(cmd)
174+
elif 'action=' in plugin.lower():
175+
utils.log("xbmc.executebuiltin(cmd)")
176+
xbmc.executebuiltin(cmd)
174177
else:
175178
utils.log("xbmc.executebuiltin('RunPlugin(%s)' % plugin)")
176179
xbmc.executebuiltin('RunPlugin(%s)' % plugin)

0 commit comments

Comments
 (0)