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;