mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-02 14:26:14 +00:00
Pylint
This commit is contained in:
parent
b65d6baad0
commit
e941674e74
4 changed files with 235 additions and 221 deletions
|
@ -368,7 +368,7 @@ class Player(xbmc.Player):
|
|||
# Report progress via websocketclient
|
||||
postdata = json.dumps(postdata)
|
||||
log.debug("Report: %s" % postdata)
|
||||
self.ws.sendProgressUpdate(postdata)
|
||||
self.ws.send_progress_update(postdata)
|
||||
|
||||
def onPlayBackPaused(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue