Merge pull request #361 from cvium/fix_userid_type

DeviceQuery: change UserId to GUID
This commit is contained in:
Andrew Rabert
2019-01-02 13:15:11 -05:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -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;