mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 16:26:13 +00:00
Transcode revision, stack files, playback cleanup
This commit is contained in:
parent
0294957d14
commit
4ab6991968
5 changed files with 726 additions and 853 deletions
|
@ -140,7 +140,7 @@ class Service():
|
|||
# Update and report progress
|
||||
playTime = xbmc.Player().getTime()
|
||||
totalTime = xbmc.Player().getTotalTime()
|
||||
currentFile = xbmc.Player().getPlayingFile()
|
||||
currentFile = player.currentFile
|
||||
|
||||
# Update positionticks
|
||||
if player.played_information.get(currentFile) is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue