Skip to content

Commit

Permalink
Fix: Missing Chapters (jellyfin#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan authored Oct 19, 2024
1 parent edf56e7 commit 11d6907
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 11d6907

Please sign in to comment.