mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 21:56:13 +00:00
Revert changes for transcode pull request
causes errors atm and don't have time to check it out.
This commit is contained in:
parent
5aeb22aa91
commit
e2a183a08b
3 changed files with 10 additions and 16 deletions
|
@ -27,7 +27,7 @@ class Credentials(object):
|
|||
|
||||
def setPath(self, path):
|
||||
# Path to save persistant data.txt
|
||||
self.path = path.encode('utf-8')
|
||||
self.path = path
|
||||
|
||||
def _ensure(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue