Add TODO notice

pull/4563/head
crobibero 4 years ago
parent f336d20b06
commit fafddfc45e

@ -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…
Cancel
Save