aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Devices/DeviceManager.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-02 13:15:11 -0500
committerGitHub <noreply@github.com>2019-01-02 13:15:11 -0500
commit0cafd7dfefe07bf8e1d997c384561707e1b22c6a (patch)
treeee8cccc0198c35879319e6a5507a007da9f5c8e6 /Emby.Server.Implementations/Devices/DeviceManager.cs
parent8e7a88335d7c6ce4a13328e52de0b549ed3ad788 (diff)
parent1d6987c7131c36fa50c8f85ab140038b71eaf83c (diff)
Merge pull request #361 from cvium/fix_userid_type
DeviceQuery: change UserId to GUID
Diffstat (limited to 'Emby.Server.Implementations/Devices/DeviceManager.cs')
-rw-r--r--Emby.Server.Implementations/Devices/DeviceManager.cs3
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;