Fix playcount

Remove duplicate api_key and MediaSourceId in stream transcode url
This commit is contained in:
angelblue05 2018-07-09 17:37:23 -05:00
parent 1051d415a5
commit 5502f4b0b3
3 changed files with 5 additions and 3 deletions

View file

@ -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: