photoprism/internal/form/index_options.go
Michael Mayer 1479a3ec5b Refactor indexer so that thumbs and jpegs can be created on demand #258
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-06 10:35:41 +02:00

7 lines
106 B
Go

package form
type IndexOptions struct {
Convert bool `json:"convert"`
Rescan bool `json:"rescan"`
}