mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-21 00:35:08 +00:00
Fix playcount
Remove duplicate api_key and MediaSourceId in stream transcode url
This commit is contained in:
parent
1051d415a5
commit
5502f4b0b3
3 changed files with 5 additions and 3 deletions
|
@ -453,6 +453,8 @@ class Player(xbmc.Player):
|
|||
media_type = data['Type']
|
||||
playMethod = data['playmethod']
|
||||
|
||||
window('emby.skip.%s' % itemid, value="true")
|
||||
|
||||
self.stop_playback(data)
|
||||
|
||||
if currentPosition and runtime:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue