Transcode revision, stack files, playback cleanup

This commit is contained in:
angelblue05 2015-10-01 08:08:34 -05:00
parent 0294957d14
commit 4ab6991968
5 changed files with 726 additions and 853 deletions

View file

@ -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: