mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Add tv home.
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Jellyfin.Data.Entities
|
||||
ScrollDirection = ScrollDirection.Horizontal;
|
||||
ChromecastVersion = ChromecastVersion.Stable;
|
||||
DashboardTheme = string.Empty;
|
||||
TvHome = string.Empty;
|
||||
|
||||
HomeSections = new HashSet<HomeSection>();
|
||||
}
|
||||
@@ -134,6 +135,13 @@ namespace Jellyfin.Data.Entities
|
||||
[StringLength(32)]
|
||||
public string DashboardTheme { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the tv home screen.
|
||||
/// </summary>
|
||||
[MaxLength(32)]
|
||||
[StringLength(32)]
|
||||
public string TvHome { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the home sections.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user