mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-16 13:51:18 +08:00
People: Refactor faces worker and related entities #22
This commit is contained in:
@@ -11,10 +11,10 @@ const (
|
||||
SortOrderEdited = "edited"
|
||||
|
||||
// Unknown values:
|
||||
YearUnknown = -1
|
||||
MonthUnknown = -1
|
||||
DayUnknown = -1
|
||||
TitleUnknown = "Unknown"
|
||||
UnknownYear = -1
|
||||
UnknownMonth = -1
|
||||
UnknownDay = -1
|
||||
UnknownName = "Unknown"
|
||||
|
||||
// Content types:
|
||||
TypeDefault = ""
|
||||
|
Reference in New Issue
Block a user