Cluster: Change conf.AppName() to Name() in node register request #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-10-19 13:15:45 +02:00
parent 1b85f84943
commit 695b33f097
5 changed files with 5 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ func clusterNodesRotateAction(ctx *cli.Context) error {
NodeName: name,
RotateDatabase: rotateDatabase,
RotateSecret: rotateSecret,
AppName: clean.TypeUnicode(conf.AppName()),
AppName: clean.TypeUnicode(conf.Name()),
AppVersion: clean.TypeUnicode(conf.Version()),
}
if themeVersion, err := theme.DetectVersion(conf.ThemePath()); err == nil && themeVersion != "" {