We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06e271 commit 9df5aceCopy full SHA for 9df5ace
addon.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
-<addon id="script.trakt" name="Trakt" version="3.0.5" provider-name="Trakt.tv, Razzeee">
+<addon id="script.trakt" name="Trakt" version="3.0.6~beta1" provider-name="Trakt.tv, Razzeee">
3
<requires>
4
<import addon="xbmc.python" version="2.14.0"/>
5
<import addon="script.module.simplejson" version="3.3.0"/>
utilities.py
@@ -52,7 +52,7 @@ def showSettings():
52
__addon__.openSettings()
53
54
def getSetting(setting):
55
- return __addon__.getSetting(setting).strip()
+ return __addon__.getSetting(setting).strip().decode('utf-8')
56
57
def setSetting(setting, value):
58
__addon__.setSetting(setting, str(value))
0 commit comments