Răsfoiți Sursa

Add TODO notice

crobibero 4 ani în urmă
părinte
comite
fafddfc45e
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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
             // Copy params from posted body
+            // TODO clean up when breaking API compatibility.
             userId ??= playbackInfoDto?.UserId;
             userId ??= playbackInfoDto?.UserId;
             maxStreamingBitrate ??= playbackInfoDto?.MaxStreamingBitrate;
             maxStreamingBitrate ??= playbackInfoDto?.MaxStreamingBitrate;
             startTimeTicks ??= playbackInfoDto?.StartTimeTicks;
             startTimeTicks ??= playbackInfoDto?.StartTimeTicks;