mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-06 02:01:22 -07:00
Feature: dockhand service widget (#6229)
This commit is contained in:
@@ -298,6 +298,9 @@ export function cleanServiceGroups(groups) {
|
||||
container,
|
||||
server,
|
||||
|
||||
// dockhand
|
||||
environment,
|
||||
|
||||
// emby, jellyfin
|
||||
enableBlocks,
|
||||
enableNowPlaying,
|
||||
@@ -605,6 +608,9 @@ export function cleanServiceGroups(groups) {
|
||||
if (showTime) widget.showTime = showTime;
|
||||
if (timezone) widget.timezone = timezone;
|
||||
}
|
||||
if (type === "dockhand") {
|
||||
if (environment) widget.environment = environment;
|
||||
}
|
||||
if (type === "hdhomerun") {
|
||||
if (tuner !== undefined) widget.tuner = tuner;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user