mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-22 06:50:58 -04:00
Add TODO notice
This commit is contained in:
parent
f336d20b06
commit
fafddfc45e
@ -137,6 +137,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Copy params from posted body
|
// Copy params from posted body
|
||||||
|
// TODO clean up when breaking API compatibility.
|
||||||
userId ??= playbackInfoDto?.UserId;
|
userId ??= playbackInfoDto?.UserId;
|
||||||
maxStreamingBitrate ??= playbackInfoDto?.MaxStreamingBitrate;
|
maxStreamingBitrate ??= playbackInfoDto?.MaxStreamingBitrate;
|
||||||
startTimeTicks ??= playbackInfoDto?.StartTimeTicks;
|
startTimeTicks ??= playbackInfoDto?.StartTimeTicks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user