Fix: Missing Chapters (#1281)
This commit is contained in:
parent
edf56e7fee
commit
11d6907735
|
@ -61,8 +61,7 @@ extension MediaSourceInfo {
|
|||
subtitleStreams: subtitleStreams,
|
||||
selectedAudioStreamIndex: defaultAudioStreamIndex ?? -1,
|
||||
selectedSubtitleStreamIndex: defaultSubtitleStreamIndex ?? -1,
|
||||
// chapters: item.fullChapterInfo,
|
||||
chapters: [],
|
||||
chapters: item.fullChapterInfo,
|
||||
streamType: streamType
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue