mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Fix recognize face item field serialized twice
This commit is contained in:
parent
3229c014bf
commit
5fa4cfb361
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ abstract class RecognizeFaceItemConverter {
|
|||
isFavorite: Value(src.isFavorite),
|
||||
fileMetadataWidth: Value(src.fileMetadataWidth),
|
||||
fileMetadataHeight: Value(src.fileMetadataHeight),
|
||||
faceDetections: Value(src.faceDetections?.let(jsonEncode)),
|
||||
faceDetections: Value(src.faceDetections),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue