mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
parent
67c4c33a5b
commit
8d219b64b3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class ClientInfo():
|
|||
return clientId
|
||||
|
||||
addon_path = self.addon.getAddonInfo('path').decode('utf-8')
|
||||
GUID_file = xbmc.translatePath("%smachine_guid" % addon_path).decode('utf-8')
|
||||
GUID_file = xbmc.translatePath("%s\machine_guid" % addon_path).decode('utf-8')
|
||||
|
||||
try:
|
||||
GUID = open(GUID_file)
|
||||
|
|
Loading…
Reference in a new issue