The branch, eden has been updated
via 13d3cf1b893309ad9bb30d4db39cc36dc6e2ac84 (commit)
from 30b90b1ff77a01adf2697281d3909f69551cd5bc (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=13d3cf1b893309ad9bb30d4db39cc36dc6e2ac84
commit 13d3cf1b893309ad9bb30d4db39cc36dc6e2ac84
Author: spiff <[email protected]>
Date: Wed Feb 29 17:49:45 2012 +0100
[plugin.video.nrk] updated to version 3.1.2
diff --git a/plugin.video.nrk/addon.xml b/plugin.video.nrk/addon.xml
index 39695c7..832fd2f 100644
--- a/plugin.video.nrk/addon.xml
+++ b/plugin.video.nrk/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nrk"
name="NRK"
- version="3.1.1"
+ version="3.1.2"
provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/plugin.video.nrk/changelog.txt b/plugin.video.nrk/changelog.txt
index d565fcc..e761b58 100644
--- a/plugin.video.nrk/changelog.txt
+++ b/plugin.video.nrk/changelog.txt
@@ -1,3 +1,6 @@
+[B]3.1.2[/B]
+- fixed: missing labels with certain skins
+
[B]3.1.1[/B]
- eden
diff --git a/plugin.video.nrk/default.py b/plugin.video.nrk/default.py
index d19520a..ecff9c4 100644
--- a/plugin.video.nrk/default.py
+++ b/plugin.video.nrk/default.py
@@ -126,4 +126,5 @@ if ( __name__ == "__main__" ):
node_url(sys.argv[0], int(sys.argv[1]), arg[1])
else:
+ xbmcplugin.setContent(int(sys.argv[1]), "files")
nodes(sys.argv[0], int(sys.argv[1]))
-----------------------------------------------------------------------
Summary of changes:
plugin.video.nrk/addon.xml | 2 +-
plugin.video.nrk/changelog.txt | 3 +++
plugin.video.nrk/default.py | 1 +
3 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons