mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 17:55:58 -07:00
feature: Version selection (#235)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
935d6fe176
commit
f0414439f3
13 changed files with 142 additions and 60 deletions
|
|
@ -199,8 +199,7 @@ class VideoStream {
|
|||
playbackUrl: playbackUrl,
|
||||
playbackType: playType,
|
||||
playSessionId: info.playSessionId ?? "",
|
||||
mediaStreamsModel: MediaStreamsModel.fromMediaStreamsList(
|
||||
info.mediaSources?.firstOrNull, info.mediaSources?.firstOrNull?.mediaStreams ?? [], ref),
|
||||
mediaStreamsModel: MediaStreamsModel.fromMediaStreamsList(info.mediaSources, ref),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue