mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Reverse change
This commit is contained in:
parent
6ddbcac42e
commit
59e8452f3b
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.decode('utf-8')
|
||||
self.path = path
|
||||
|
||||
def _ensure(self):
|
||||
|
||||
|
|
Loading…
Reference in a new issue