update go version, deps and increase num albums

This commit is contained in:
2025-11-07 17:42:35 -05:00
parent 39905787fc
commit 04816dd042
3 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ func GetAlbums() ([]Album, error) {
u := *photoPrismURL
u.Path = "/api/v1/albums"
v := url.Values{}
v.Add("count", "20")
v.Add("count", "200")
v.Add("type", "album")
u.RawQuery = v.Encode()
return u.String()