updated nuget

This commit is contained in:
Luke Pulverenti
2013-12-02 16:46:22 -05:00
parent cd279d98e0
commit 245e92c9cc
37 changed files with 180 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
using System.Runtime.Serialization;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Dto;
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace MediaBrowser.Controller.Entities
{
@@ -12,11 +12,11 @@ namespace MediaBrowser.Controller.Entities
{
public Person()
{
UserItemCounts = new Dictionary<Guid, ItemByNameCounts>();
UserItemCountList = new List<ItemByNameCounts>();
}
[IgnoreDataMember]
public Dictionary<Guid, ItemByNameCounts> UserItemCounts { get; set; }
public List<ItemByNameCounts> UserItemCountList { get; set; }
/// <summary>
/// Gets the user data key.