Claus Vium hace 6 años
padre
commit
1d6987c713
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Emby.Server.Implementations/Devices/DeviceManager.cs

+ 2 - 1
Emby.Server.Implementations/Devices/DeviceManager.cs

@@ -145,7 +145,8 @@ namespace Emby.Server.Implementations.Devices
                 HasUser = true
 
             }).Items;
-
+            
+            // TODO: DeviceQuery doesn't seem to be used from client. Not even Swagger.
             if (query.SupportsSync.HasValue)
             {
                 var val = query.SupportsSync.Value;