This commit is contained in:
@@ -24,6 +24,7 @@ const (
|
||||
featureEndCredits = "end_credits"
|
||||
featureSeasonalThemes = "seasonal_themes"
|
||||
featureSeasonalDecorations = "seasonal_decorations"
|
||||
featureGenreBrowser = "genre_browser"
|
||||
)
|
||||
|
||||
type featureDefinition struct {
|
||||
@@ -117,6 +118,12 @@ var featureCatalogue = []featureDefinition{
|
||||
DefaultEnabled: true, MinimumProtocol: 1, Capability: "seasonal_decorations_v1",
|
||||
Recovery: "Takes effect on the next status poll; the launcher simply stops drawing them.",
|
||||
},
|
||||
{
|
||||
Key: featureGenreBrowser, Name: "Genre browser", Area: "Presentation",
|
||||
Description: "Show the full genre browser at the top of Movies and TV Shows.",
|
||||
DefaultEnabled: false, MinimumProtocol: 1, Capability: "genre_browser_v1",
|
||||
Recovery: "Takes effect on the next status poll; the browser is hidden when off.",
|
||||
},
|
||||
{
|
||||
Key: featureInstallPermission, Name: "Ask TVs for install permission", Area: "Setup",
|
||||
Description: "Ask a signed-in TV that cannot install its own updates to grant the " +
|
||||
|
||||
Reference in New Issue
Block a user