mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-11 02:46:34 +00:00
client.py - remove "callback"
This commit is contained in:
parent
efd4723b5c
commit
86e44c6a8a
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ class WSClient(threading.Thread):
|
||||||
if not self.client.config.data['app.default']:
|
if not self.client.config.data['app.default']:
|
||||||
data['ServerId'] = self.client.auth.server_id
|
data['ServerId'] = self.client.auth.server_id
|
||||||
|
|
||||||
self.client['callback_ws'](message['MessageType'], data)
|
self.client.callback(message['MessageType'], data)
|
||||||
|
|
||||||
def stop_client(self):
|
def stop_client(self):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue