This commit is contained in:
xnappo 2015-05-16 14:57:44 -05:00
parent 08a94a5427
commit 26befdb859
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class Player( xbmc.Player ):
'AudioStreamIndex': audioindex, 'AudioStreamIndex': audioindex,
'SubtitleStreamIndex': subtitleindex, 'SubtitleStreamIndex': subtitleindex,
'playmethod': playMethod, 'playmethod': playMethod,
'type': itemType, 'Type': itemType,
'PositionTicks': int(seekTime) 'PositionTicks': int(seekTime)
} }
self.played_information[currentFile] = data self.played_information[currentFile] = data