Player prop

This commit is contained in:
angelblue05 2018-09-07 19:43:26 -05:00
parent f469885d8b
commit 7438603835

View file

@ -321,6 +321,7 @@ class Player(xbmc.Player):
item = self.played[file] item = self.played[file]
if item: if item:
window('emby.skip.%s.bool' % item['Id'], True)
if item['CurrentPosition'] and item['Runtime']: if item['CurrentPosition'] and item['Runtime']: