mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 17:56:11 +00:00
Try to fix encoding..again
This commit is contained in:
parent
0ea3017fc5
commit
c2352e4428
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Credentials(object):
|
||||||
|
|
||||||
def setPath(self, path):
|
def setPath(self, path):
|
||||||
# Path to save persistant data.txt
|
# Path to save persistant data.txt
|
||||||
self.path = path
|
self.path = path.encode('utf-8')
|
||||||
|
|
||||||
def _ensure(self):
|
def _ensure(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue