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