made display preferences uniquely identifiable

This commit is contained in:
Luke Pulverenti
2013-04-05 15:02:48 -04:00
parent 7c3f257581
commit 4986722c73
13 changed files with 68 additions and 86 deletions

View File

@@ -32,7 +32,7 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The user id.</value>
[ProtoMember(1)]
public Guid UserId { get; set; }
public Guid Id { get; set; }
/// <summary>
/// Gets or sets the type of the view.
/// </summary>