Moments: Update holidays and pets #3081

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-06-13 12:55:06 +02:00
parent 4ecece557d
commit edf53a921a

View file

@ -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.