optimize: Send media source id to playback info (#1546)
This commit is contained in:
parent
be791bca85
commit
413477ae22
|
@ -32,7 +32,8 @@ extension BaseItemDto {
|
||||||
let playbackInfo = PlaybackInfoDto(deviceProfile: profile)
|
let playbackInfo = PlaybackInfoDto(deviceProfile: profile)
|
||||||
let playbackInfoParameters = Paths.GetPostedPlaybackInfoParameters(
|
let playbackInfoParameters = Paths.GetPostedPlaybackInfoParameters(
|
||||||
userID: userSession.user.id,
|
userID: userSession.user.id,
|
||||||
maxStreamingBitrate: maxBitrate
|
maxStreamingBitrate: maxBitrate,
|
||||||
|
mediaSourceID: mediaSource.id
|
||||||
)
|
)
|
||||||
|
|
||||||
let request = Paths.getPostedPlaybackInfo(
|
let request = Paths.getPostedPlaybackInfo(
|
||||||
|
|
Loading…
Reference in New Issue