Skip to content

Commit

Permalink
Merge branch 'jellyfin:main' into adminDashboardDevices
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs authored Oct 20, 2024
2 parents 0dc2e0a + 11d6907 commit 1d44bfa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ extension MediaSourceInfo {
subtitleStreams: subtitleStreams,
selectedAudioStreamIndex: defaultAudioStreamIndex ?? -1,
selectedSubtitleStreamIndex: defaultSubtitleStreamIndex ?? -1,
// chapters: item.fullChapterInfo,
chapters: [],
chapters: item.fullChapterInfo,
streamType: streamType
)
}
Expand Down

0 comments on commit 1d44bfa

Please sign in to comment.