2013-09-09 23:13:12 -04:00

12 lines
295 B
C#

namespace MediaBrowser.Api.DefaultTheme
{
public class TvView
{
public ItemStub[] SpotlightItems { get; set; }
public ItemStub[] BackdropItems { get; set; }
public ItemStub[] ShowsItems { get; set; }
public ItemStub[] ActorItems { get; set; }
}
}