mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Small bugfix transcode reload
This commit is contained in:
parent
e90472d217
commit
c0258c5bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ class PlaybackModelHelper {
|
|||
deviceProfile: ref.read(videoProfileProvider),
|
||||
userId: userId,
|
||||
maxStreamingBitrate: playbackModel.bitRateOptions.enabledFirst.entries.firstOrNull?.key.bitRate,
|
||||
mediaSourceId: item.id,
|
||||
mediaSourceId: playbackModel.mediaStreams?.currentVersionStream?.id,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue