mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Player prop
This commit is contained in:
parent
f469885d8b
commit
7438603835
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ class Player(xbmc.Player):
|
|||
item = self.played[file]
|
||||
|
||||
if item:
|
||||
window('emby.skip.%s.bool' % item['Id'], True)
|
||||
|
||||
if item['CurrentPosition'] and item['Runtime']:
|
||||
|
||||
|
|
Loading…
Reference in a new issue