mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-05 12:44:59 -05:00
12 lines
295 B
C#
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; }
|
|
}
|
|
}
|