aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/MediaInfoController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-23 09:51:24 -0700
committercrobibero <cody@robibe.ro>2020-11-23 09:51:24 -0700
commitfafddfc45eed4e76c4072167428b43d2ed026bcd (patch)
treed66f213ce4e70b1457c4ad28d1a71b76d11f68fd /Jellyfin.Api/Controllers/MediaInfoController.cs
parentf336d20b065c873f0f321c7a1cec565f5a77a806 (diff)
Add TODO notice
Diffstat (limited to 'Jellyfin.Api/Controllers/MediaInfoController.cs')
-rw-r--r--Jellyfin.Api/Controllers/MediaInfoController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/MediaInfoController.cs b/Jellyfin.Api/Controllers/MediaInfoController.cs
index cab1aa19c..c03a69cb9 100644
--- a/Jellyfin.Api/Controllers/MediaInfoController.cs
+++ b/Jellyfin.Api/Controllers/MediaInfoController.cs
@@ -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;