omit uploaded bool from metadata if false: phasing out

This commit is contained in:
ari melody 2026-06-29 22:17:44 +01:00
parent 21b7a3926b
commit d270b1e1a7
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E

View file

@ -26,7 +26,7 @@ type (
Date toml.LocalDate `toml:"date"`
Tags []string `toml:"tags"`
FootageDir string `toml:"footage_dir"`
Uploaded bool `toml:"uploaded"` // deprecated, held for backwards compatibility
Uploaded bool `toml:"uploaded,omitempty"` // deprecated, held for backwards compatibility
UploadURL string `toml:"upload_url"`
Category *Category `toml:"category" comment:"(Optional) Category details, for additional credits."`
}