mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
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:
parent
69a5e3db7a
commit
563d267566
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class PlaybackModelHelper {
|
||||||
defaultSubStreamIndex: subStreamIndex,
|
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 trickPlay = (await api.getTrickPlay(item: fullItem.body, ref: ref))?.body;
|
||||||
final chapters = fullItem.body?.overview.chapters ?? [];
|
final chapters = fullItem.body?.overview.chapters ?? [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue