mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
parent
a303f73273
commit
585b1ac64e
1 changed files with 0 additions and 13 deletions
|
@ -84,19 +84,6 @@ class DownloadUtils():
|
||||||
except:
|
except:
|
||||||
self.logMsg("Posted capabilities failed.")
|
self.logMsg("Posted capabilities failed.")
|
||||||
|
|
||||||
# Attempt at getting sessionId
|
|
||||||
url = "{server}/mediabrowser/Sessions?DeviceId=%s&format=json" % deviceId
|
|
||||||
|
|
||||||
try:
|
|
||||||
result = self.downloadUrl(url)
|
|
||||||
self.logMsg("Session: %s" % result, 2)
|
|
||||||
|
|
||||||
sessionId = result[0][u'Id']
|
|
||||||
self.logMsg("SessionId: %s" % sessionId)
|
|
||||||
self.WINDOW.setProperty("sessionId%s" % self.username, sessionId)
|
|
||||||
except:
|
|
||||||
self.logMsg("Failed to retrieve sessionId.", 1)
|
|
||||||
|
|
||||||
def startSession(self):
|
def startSession(self):
|
||||||
|
|
||||||
self.deviceId = self.clientInfo.getMachineId()
|
self.deviceId = self.clientInfo.getMachineId()
|
||||||
|
|
Loading…
Reference in a new issue