fix: Media segments not loading when pressing play on Series poster (#360)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-06-01 15:50:20 +02:00 committed by GitHub
parent 69a5e3db7a
commit 563d267566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -238,7 +238,7 @@ class PlaybackModelHelper {
defaultSubStreamIndex: subStreamIndex,
);
final mediaSegments = await api.mediaSegmentsGet(id: item.id);
final mediaSegments = await api.mediaSegmentsGet(id: firstItemToPlay.id);
final trickPlay = (await api.getTrickPlay(item: fullItem.body, ref: ref))?.body;
final chapters = fullItem.body?.overview.chapters ?? [];