浏览代码

added todo

Claus Vium 6 年之前
父节点
当前提交
1d6987c713
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;