diff --git a/internal/photoprism/config.go b/internal/photoprism/config.go index f1f5e1d02..8cdda5607 100644 --- a/internal/photoprism/config.go +++ b/internal/photoprism/config.go @@ -247,12 +247,12 @@ func (c *Config) GetClientConfig() ConfigValues { cssHash := fileHash(c.GetPublicBuildPath() + "/app.css") result := ConfigValues{ - "title": "PhotoPrism", - "debug": c.Debug, - "cameras": cameras, + "title": "PhotoPrism", + "debug": c.Debug, + "cameras": cameras, "countries": countries, - "jsHash": jsHash, - "cssHash": cssHash, + "jsHash": jsHash, + "cssHash": cssHash, } return result diff --git a/internal/photoprism/indexer.go b/internal/photoprism/indexer.go index 4c50e6995..860b081f5 100644 --- a/internal/photoprism/indexer.go +++ b/internal/photoprism/indexer.go @@ -13,7 +13,7 @@ import ( const ( IndexResultUpdated = "Updated" - IndexResultAdded = "Added" + IndexResultAdded = "Added" ) type Indexer struct {