0.2.48 - Tv calender fixes
This commit is contained in:
@@ -25,6 +25,7 @@ const (
|
||||
featureSeasonalThemes = "seasonal_themes"
|
||||
featureSeasonalDecorations = "seasonal_decorations"
|
||||
featureGenreBrowser = "genre_browser"
|
||||
featureTVCalendar = "tv_calendar"
|
||||
)
|
||||
|
||||
type featureDefinition struct {
|
||||
@@ -124,6 +125,13 @@ var featureCatalogue = []featureDefinition{
|
||||
DefaultEnabled: false, MinimumProtocol: 1, Capability: "genre_browser_v1",
|
||||
Recovery: "Takes effect on the next status poll; the browser is hidden when off.",
|
||||
},
|
||||
{
|
||||
Key: featureTVCalendar, Name: "TV calendar", Area: "Presentation",
|
||||
Description: "Show the month-by-month Sonarr calendar on the navigation rail. " +
|
||||
"Turning it off hides the destination and stops the gateway reading months.",
|
||||
DefaultEnabled: true, MinimumProtocol: 1, Capability: "tv_calendar_v1",
|
||||
Recovery: "Takes effect on the next status poll; the rail entry simply disappears.",
|
||||
},
|
||||
{
|
||||
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