Skip to content

Commit

Permalink
Merge branch 'jellyfin:main' into adminDashboardUsersV1
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs authored Oct 20, 2024
2 parents 0327c0c + 11d6907 commit afd50c8
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 afd50c8

Please sign in to comment.