Revert "Last one, promise!"

This reverts commit 4446bcd313.
This commit is contained in:
angelblue05 2015-05-16 03:44:11 -05:00
parent 4446bcd313
commit c847bbbdd2

View file

@ -208,11 +208,6 @@ class Player( xbmc.Player ):
def onPlayBackSeek( self, time, seekOffset ):
self.logMsg("PLAYBACK_SEEK",2)
# Make position when seeking a bit more accurate
playTime = xbmc.Player().getTime()
currentFile = xbmc.Player().getPlayingFile()
if(self.played_information.get(currentFile) != None):
self.played_information[currentFile]["currentPosition"] = playTime
self.reportPlayback()
def onPlayBackStarted( self ):