diff --git a/resources/lib/Player.py b/resources/lib/Player.py index 5ab20095..4fb45d76 100644 --- a/resources/lib/Player.py +++ b/resources/lib/Player.py @@ -295,7 +295,7 @@ class Player( xbmc.Player ): 'AudioStreamIndex': audioindex, 'SubtitleStreamIndex': subtitleindex, 'playmethod': playMethod, - 'type': itemType, + 'Type': itemType, 'PositionTicks': int(seekTime) } self.played_information[currentFile] = data