Moments: Update holidays and pets #3081
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
4ecece557d
commit
edf53a921a
1 changed files with 5 additions and 4 deletions
|
@ -66,17 +66,18 @@ var MomentLabels = map[string]string{
|
|||
"theme park": "Festivals & Entertainment",
|
||||
"event": "Festivals & Entertainment",
|
||||
"wine": "Festivals & Entertainment",
|
||||
"newyearsday": "Holidays",
|
||||
"halloween": "Holidays",
|
||||
"easter": "Holidays",
|
||||
"thanksgiving": "Holidays",
|
||||
"christmas": "Holidays",
|
||||
"passover": "Holidays",
|
||||
"shavuot": "Holidays",
|
||||
"hanukkah": "Holidays",
|
||||
"cat": "Pets",
|
||||
"dog": "Pets",
|
||||
"gerbil": "Pets",
|
||||
"hamster": "Pets",
|
||||
"parakeet": "Pets",
|
||||
"rabbit": "Pets",
|
||||
"turtle": "Pets",
|
||||
"hamster": "Pets",
|
||||
}
|
||||
|
||||
// MomentLabelsFilter returns the smart filter string for a moment based on a matching label.
|
||||
|
|
Loading…
Reference in a new issue