Explorar el Código

Add TODO notice

crobibero hace 4 años
padre
commit
fafddfc45e
Se han modificado 1 ficheros con 1 adiciones y 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;