This commit is contained in:
ponzischeme89
2026-08-21 09:54:44 +12:00
parent f1164db2c5
commit 5467fba0eb
39 changed files with 7589 additions and 5537 deletions
+8
View File
@@ -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