Browse Source

Add TODO notice

crobibero 4 năm trước cách đây
mục cha
commit
fafddfc45e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Jellyfin.Api/Controllers/MediaInfoController.cs

+ 1 - 0
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;