mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-25 09:20:54 +00:00
Revert "Merge pull request #504 from neilsb/set-mediasourceid-correctly"
This reverts commit 0e2d6212630983b7b2f86d2160d7cd812994cf35, reversing changes made to d5c316586b94b2a23b2da5f713b2ec3ec203a4a0.
This commit is contained in:
parent
de2e628182
commit
f6d9695761
@ -64,11 +64,12 @@ sub AddVideoContent(video, audio_stream_idx = 1, subtitle_idx = -1, playbackPosi
|
||||
video.content.PlayStart = int(playbackPosition / 10000000)
|
||||
|
||||
' Call PlayInfo from server
|
||||
mediaSourceId = video.mediaSourceId
|
||||
mediaSourceId = video.id
|
||||
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.audioIndex = audio_stream_idx
|
||||
|
||||
if playbackInfo = invalid
|
||||
|
Loading…
x
Reference in New Issue
Block a user