mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-28 17:26:31 +00:00
Fix linting, flake8 and sonarcloud issues
This commit is contained in:
parent
87af711c94
commit
3f63e7c213
27 changed files with 162 additions and 169 deletions
|
@ -290,7 +290,7 @@ class Player(xbmc.Player):
|
|||
self.report_playback()
|
||||
LOG.debug("--<[ paused ]")
|
||||
|
||||
def onPlayBackSeek(self, time, seekOffset):
|
||||
def onPlayBackSeek(self, time, seek_offset):
|
||||
|
||||
''' Does not seem to work in Leia??
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue