mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Colors: Use int16 instead of int8 to avoid (de)serialization issues
This commit is contained in:
@@ -25,7 +25,7 @@ type TestForm struct {
|
||||
Dist uint `form:"dist"`
|
||||
Fmin float32 `form:"fmin"`
|
||||
Fmax float32 `form:"fmax"`
|
||||
Chroma uint8 `form:"chroma"`
|
||||
Chroma int16 `form:"chroma"`
|
||||
Diff uint32 `form:"diff"`
|
||||
Mono bool `form:"mono"`
|
||||
Portrait bool `form:"portrait"`
|
||||
|
||||
Reference in New Issue
Block a user