Merge branch 'dev' into project-updates

This commit is contained in:
Anthony Lavado
2019-01-02 14:02:48 -05:00
committed by GitHub
18 changed files with 85 additions and 1025 deletions

View File

@@ -1,4 +1,6 @@

using System;
namespace MediaBrowser.Model.Devices
{
public class DeviceQuery
@@ -17,6 +19,6 @@ namespace MediaBrowser.Model.Devices
/// Gets or sets the user identifier.
/// </summary>
/// <value>The user identifier.</value>
public string UserId { get; set; }
public Guid UserId { get; set; }
}
}