photoprism/internal/form/album_uuids.go
Michael Mayer 661f1bfa9b Albums: Select, delete & download #15
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-12-06 16:47:30 +01:00

6 lines
74 B
Go

package form
type AlbumUUIDs struct {
Albums []string `json:"albums"`
}