The branch, frodo has been updated
       via  be452a73da7264e0202e936e7447a282017a7706 (commit)
      from  5a418413c989968870f97475ecf9dc3b5cf11556 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=be452a73da7264e0202e936e7447a282017a7706

commit be452a73da7264e0202e936e7447a282017a7706
Author: beenje <[email protected]>
Date:   Thu Mar 7 22:22:27 2013 +0100

    [plugin.video.svtplay] updated to version 3.2.1

diff --git a/plugin.video.svtplay/addon.xml b/plugin.video.svtplay/addon.xml
index 6917bb8..b07b7bc 100644
--- a/plugin.video.svtplay/addon.xml
+++ b/plugin.video.svtplay/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.svtplay"
        name="SVT Play"
-       version="3.2.0"
+       version="3.2.1"
        provider-name="nilzen">
   <requires>
     <import addon="script.module.parsedom" version="1.2.0"/>
diff --git a/plugin.video.svtplay/changelog.txt 
b/plugin.video.svtplay/changelog.txt
index cd9d4c1..ac7e66d 100644
--- a/plugin.video.svtplay/changelog.txt
+++ b/plugin.video.svtplay/changelog.txt
@@ -1,3 +1,7 @@
+Version 3.2.1
+-------------
+- Fixed issue when hide sign language is enabled
+
 Version 3.2.0
 -------------
 - Fix broken program listing due to site change (linqcan)
diff --git a/plugin.video.svtplay/default.py b/plugin.video.svtplay/default.py
index eeb6a81..6dc1276 100644
--- a/plugin.video.svtplay/default.py
+++ b/plugin.video.svtplay/default.py
@@ -377,7 +377,7 @@ def createDirItem(article,mode):
   """
   global CURR_DIR_ITEMS
 
-  if (not HIDE_SIGN_LANGUAGE) or title.lower().endswith("teckentolkad") == 
False:
+  if (not HIDE_SIGN_LANGUAGE) or 
(article["title"].lower().endswith("teckentolkad") == False and 
article["title"].lower().find("teckenspråk".decode("utf-8")) == -1):
 
     params = {}
     params["mode"] = mode

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.svtplay/addon.xml     |    2 +-
 plugin.video.svtplay/changelog.txt |    4 ++++
 plugin.video.svtplay/default.py    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to