1 2 3 4 5 6 7 8 9 10 11
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; } } }