Add tv home.

This commit is contained in:
Patrick Barron
2020-07-27 20:50:58 -04:00
parent 7d6c1befe5
commit 754837f16f
3 changed files with 13 additions and 1 deletions

View File

@@ -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>