Skip to content

Commit

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

Please sign in to comment.