Compare commits

..

No commits in common. "main" and "v2.0.1" have entirely different histories.
main ... v2.0.1

View file

@ -220,7 +220,7 @@ type File struct {
type PhotoLabel struct { type PhotoLabel struct {
PhotoID uint `json:"PhotoID"` PhotoID uint `json:"PhotoID"`
LabelID uint `json:"LabelID"` LabelID uint `json:"LabelID"`
LabelSrc string `json:"LabelSrc"` LabelSrc string `json:"LabelSrc""`
Uncertainty int `json:"Uncertainty"` Uncertainty int `json:"Uncertainty"`
Photo *Photo `json:"Photo"` Photo *Photo `json:"Photo"`
Label *Label `json:"Label"` Label *Label `json:"Label"`