mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Typo fix
This commit is contained in:
parent
08a94a5427
commit
26befdb859
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue