Add MaxStaticBitrate to PlaypackInfo post

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Neil Burrows 2021-06-16 08:38:16 +01:00 committed by GitHub
parent b878193f56
commit 26fe8afb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ function ItemPostPlaybackInfo(id as string, mediaSourceId = "" as string , audio
"IsPlayback": true,
"AutoOpenLiveStream": true,
"MaxStreamingBitrate": "140000000",
"MaxStaticBitrate": "140000000",
"SubtitleStreamIndex": subtitleTrackIndex
}