Skip to content

Commit

Permalink
Merge pull request #1976 from jellyfin/2.1.z
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Oct 8, 2024
2 parents a5620a2 + 781bf5d commit 72a7ad3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/ItemGrid/LoadVideoContentTask.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72a7ad3

Please sign in to comment.