diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-01-02 19:13:35 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-01-02 19:13:35 +0100 |
| commit | 1d6987c7131c36fa50c8f85ab140038b71eaf83c (patch) | |
| tree | 0b057329862221fcc4cc909038917e337ed4f443 /Emby.Server.Implementations/Devices/DeviceManager.cs | |
| parent | 07e7b13b75288e52f71f0ab171b86e14a4229d04 (diff) | |
added todo
Diffstat (limited to 'Emby.Server.Implementations/Devices/DeviceManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Devices/DeviceManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Devices/DeviceManager.cs b/Emby.Server.Implementations/Devices/DeviceManager.cs index 250316211..82df96d8b 100644 --- a/Emby.Server.Implementations/Devices/DeviceManager.cs +++ b/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; |
