mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Also improves migrations and updates the db schema docs. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -732,7 +732,7 @@ func (m *File) AddFace(f face.Face, subjUid string) {
|
||||
// Create new marker from face.
|
||||
marker := NewFaceMarker(f, *m, subjUid)
|
||||
|
||||
// Failed creating new marker?
|
||||
// RunFailed creating new marker?
|
||||
if marker == nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user