optimize: Send media source id to playback info (#1546)

This commit is contained in:
lostb1t 2025-05-27 02:20:00 +02:00 committed by GitHub
parent be791bca85
commit 413477ae22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ extension BaseItemDto {
let playbackInfo = PlaybackInfoDto(deviceProfile: profile)
let playbackInfoParameters = Paths.GetPostedPlaybackInfoParameters(
userID: userSession.user.id,
maxStreamingBitrate: maxBitrate
maxStreamingBitrate: maxBitrate,
mediaSourceID: mediaSource.id
)
let request = Paths.getPostedPlaybackInfo(