Cluster: Report Config.About() instead of Config.Name() as app name #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-10-19 14:30:10 +02:00
parent 695b33f097
commit e6959e7e96
5 changed files with 11 additions and 4 deletions

View File

@@ -81,6 +81,11 @@ func TestTypeUnicode(t *testing.T) {
input: "äöü",
want: "äöü",
},
{
name: "About",
input: "PhotoPrism® Pro",
want: "PhotoPrism® Pro",
},
{
name: "Empty",
input: "",