Add MaxStaticBitrate to PlaypackInfo post
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
b878193f56
commit
26fe8afb1d
|
@ -20,6 +20,7 @@ function ItemPostPlaybackInfo(id as string, mediaSourceId = "" as string , audio
|
||||||
"IsPlayback": true,
|
"IsPlayback": true,
|
||||||
"AutoOpenLiveStream": true,
|
"AutoOpenLiveStream": true,
|
||||||
"MaxStreamingBitrate": "140000000",
|
"MaxStreamingBitrate": "140000000",
|
||||||
|
"MaxStaticBitrate": "140000000",
|
||||||
"SubtitleStreamIndex": subtitleTrackIndex
|
"SubtitleStreamIndex": subtitleTrackIndex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user