Fix: Missing Chapters (#1281)

This commit is contained in:
Daniel Chick 2024-10-19 16:07:31 -05:00 committed by GitHub
parent edf56e7fee
commit 11d6907735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ extension MediaSourceInfo {
subtitleStreams: subtitleStreams, subtitleStreams: subtitleStreams,
selectedAudioStreamIndex: defaultAudioStreamIndex ?? -1, selectedAudioStreamIndex: defaultAudioStreamIndex ?? -1,
selectedSubtitleStreamIndex: defaultSubtitleStreamIndex ?? -1, selectedSubtitleStreamIndex: defaultSubtitleStreamIndex ?? -1,
// chapters: item.fullChapterInfo, chapters: item.fullChapterInfo,
chapters: [],
streamType: streamType streamType: streamType
) )
} }