0.2.84
This commit is contained in:
@@ -26,6 +26,7 @@ const (
|
||||
featureSeasonalDecorations = "seasonal_decorations"
|
||||
featureGenreBrowser = "genre_browser"
|
||||
featureTVCalendar = "tv_calendar"
|
||||
featureContinueWatching = "continue_watching"
|
||||
featureWatchTimeDigest = "watch_time_digest"
|
||||
featureViewers = "viewers"
|
||||
)
|
||||
@@ -135,6 +136,13 @@ var featureCatalogue = []featureDefinition{
|
||||
DefaultEnabled: true, MinimumProtocol: 1, Capability: "tv_calendar_v1",
|
||||
Recovery: "Takes effect on the next status poll; the rail entry simply disappears.",
|
||||
},
|
||||
{
|
||||
Key: featureContinueWatching, Name: "Continue Watching", Area: "Home",
|
||||
Description: "Show resumable films and episodes on Home. Turning it off hides the " +
|
||||
"row and stops the gateway loading its resume and Next Up feeds.",
|
||||
DefaultEnabled: true, MinimumProtocol: 1,
|
||||
Recovery: "Takes effect on the next status poll, within ten seconds on an open TV.",
|
||||
},
|
||||
{
|
||||
// No capability, because nothing on the television has to understand this: the
|
||||
// summary is an ordinary entry in My Alerts, which every build that has that page
|
||||
|
||||
Reference in New Issue
Block a user