updated nuget

This commit is contained in:
Luke Pulverenti
2014-05-11 19:02:28 -04:00
parent 0d605b8672
commit b9b568de13
36 changed files with 319 additions and 239 deletions

View File

@@ -0,0 +1,11 @@
using MediaBrowser.Controller.Entities;
namespace MediaBrowser.Controller.Channels
{
public class InternalChannelItemQuery
{
public string CategoryId { get; set; }
public User User { get; set; }
}
}