mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-16 21:26:14 +00:00
Revert "Adjusted the rest to use the new method"
This reverts commit 0c91c0b28b
.
This commit is contained in:
parent
0c91c0b28b
commit
f8632a97d8
6 changed files with 282 additions and 154 deletions
|
@ -236,7 +236,7 @@ class WebSocketThread(threading.Thread):
|
|||
LibrarySync().TvShowsSync(connection, cursor, fullsync = False, installFirstRun = False, itemList = itemsToUpdate)
|
||||
cursor.close()
|
||||
|
||||
def user_data_update(self, userData):
|
||||
def user_data_update(self, userDataList):
|
||||
|
||||
for userData in userDataList:
|
||||
self.logMsg("Message : Doing UserDataChanged : UserData : " + str(userData), 0)
|
||||
|
@ -268,11 +268,11 @@ class WebSocketThread(threading.Thread):
|
|||
messageString = json.dumps(messageData)
|
||||
self.logMsg("Opened : " + str(messageString))
|
||||
ws.send(messageString)
|
||||
'''
|
||||
|
||||
# Set Capabilities
|
||||
xbmc.log("postcapabilities_called")
|
||||
downloadUtils = DownloadUtils()
|
||||
downloadUtils.startSession()'''
|
||||
downloadUtils.postcapabilities()
|
||||
|
||||
|
||||
def getWebSocketPort(self, host, port):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue