diff --git a/source/VideoPlayer.brs b/source/VideoPlayer.brs index 9dda1850..28f764b6 100644 --- a/source/VideoPlayer.brs +++ b/source/VideoPlayer.brs @@ -56,12 +56,12 @@ sub AddVideoContent(video, audio_stream_idx = 1, subtitle_idx = -1, playbackPosi video.content.PlayStart = int(playbackPosition / 10000000) ' Call PlayInfo from server - mediaSourceId = video.id + mediaSourceId = video.mediaSourceId if meta.live then mediaSourceId = "" ' Don't send mediaSourceId for Live media playbackInfo = ItemPostPlaybackInfo(video.id, mediaSourceId, audio_stream_idx, subtitle_idx, playbackPosition) video.videoId = video.id - video.mediaSourceId = video.id + video.mediaSourceId = video.mediaSourceId video.audioIndex = audio_stream_idx if playbackInfo = invalid