diff options
| author | crobibero <cody@robibe.ro> | 2020-11-23 09:51:24 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-23 09:51:24 -0700 |
| commit | fafddfc45eed4e76c4072167428b43d2ed026bcd (patch) | |
| tree | d66f213ce4e70b1457c4ad28d1a71b76d11f68fd | |
| parent | f336d20b065c873f0f321c7a1cec565f5a77a806 (diff) | |
Add TODO notice
| -rw-r--r-- | Jellyfin.Api/Controllers/MediaInfoController.cs | 1 |
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; |
