mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07: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),
|
deviceProfile: ref.read(videoProfileProvider),
|
||||||
userId: userId,
|
userId: userId,
|
||||||
maxStreamingBitrate: playbackModel.bitRateOptions.enabledFirst.entries.firstOrNull?.key.bitRate,
|
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