Skip to content

Commit

Permalink
[script.module.xbmcswift2] 13.0.4 - Add container.refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Oct 3, 2021
1 parent 8d02da4 commit 1b1862f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="script.module.xbmcswift2" name="xbmcswift2" provider-name="Jonathan Beluch (jbel), enen92" version="13.0.3">
<addon id="script.module.xbmcswift2" name="xbmcswift2" provider-name="Jonathan Beluch (jbel), enen92" version="13.0.4">
<requires>
<import addon="xbmc.python" version="2.14.0" />
</requires>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGES
=======
Version 13.0.4 (3/10/2021)
-------------
- Add plugin.container_refresh (builtin Container.Refresh)

Version 13.0.3 (15/12/2020)
- Remove offscreen support (only supported in leia++)

Expand Down
4 changes: 4 additions & 0 deletions lib/xbmcswift2/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,7 @@ def run(self, test=False):
storage.close()

return items


def refresh_container(self):
xbmc.executebuiltin('Container.Refresh')

0 comments on commit 1b1862f

Please sign in to comment.