aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/DefaultTheme/TvView.cs
blob: b7379699da24ec224dcc4e0131ca4b687a91b722 (plain)
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; }
    }
}