Explorar o código

Add TODO notice

crobibero %!s(int64=4) %!d(string=hai) anos
pai
achega
fafddfc45e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;