mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-15 22:05:09 +00:00
Fix user settings
Due to api change in 3.6.0.55
This commit is contained in:
parent
a6f4a157a8
commit
bc07da703a
2 changed files with 3 additions and 2 deletions
|
@ -345,6 +345,7 @@ class Player(xbmc.Player):
|
|||
item['CurrentPosition'] = int(item['Runtime'])
|
||||
|
||||
marker = float(settings('markPlayed')) / 100
|
||||
LOG.info("Percent played: %s Mark played at: %s", played, marker)
|
||||
delete = False
|
||||
|
||||
if item['Type'] == 'Episode' and settings('deleteTV.bool'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue