mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-08 12:53:50 +01:00
Add TODO notice
This commit is contained in:
parent
f336d20b06
commit
fafddfc45e
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ namespace Jellyfin.Api.Controllers
|
|||
}
|
||||
|
||||
// Copy params from posted body
|
||||
// TODO clean up when breaking API compatibility.
|
||||
userId ??= playbackInfoDto?.UserId;
|
||||
maxStreamingBitrate ??= playbackInfoDto?.MaxStreamingBitrate;
|
||||
startTimeTicks ??= playbackInfoDto?.StartTimeTicks;
|
||||
|
|
|
|||
Loading…
Reference in a new issue