mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
Merge pull request #1976 from jellyfin/2.1.z
This commit is contained in:
commit
72a7ad3a0a
@ -196,11 +196,6 @@ sub LoadItems_AddVideoContent(video as object, mediaSourceId as dynamic, audio_s
|
||||
end if
|
||||
|
||||
video.container = getContainerType(meta)
|
||||
if video.container = "mp4"
|
||||
video.content.StreamFormat = "mp4"
|
||||
else if video.container = "mkv"
|
||||
video.content.StreamFormat = "mkv"
|
||||
end if
|
||||
|
||||
if not isValid(m.playbackInfo.MediaSources[0])
|
||||
m.playbackInfo = meta.json
|
||||
|
Loading…
Reference in New Issue
Block a user