@@ -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()
The note is not visible to the blocked user.