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",
|
"theme park": "Festivals & Entertainment",
|
||||||
"event": "Festivals & Entertainment",
|
"event": "Festivals & Entertainment",
|
||||||
"wine": "Festivals & Entertainment",
|
"wine": "Festivals & Entertainment",
|
||||||
"newyearsday": "Holidays",
|
"easter": "Holidays",
|
||||||
"halloween": "Holidays",
|
|
||||||
"thanksgiving": "Holidays",
|
"thanksgiving": "Holidays",
|
||||||
"christmas": "Holidays",
|
"christmas": "Holidays",
|
||||||
|
"passover": "Holidays",
|
||||||
|
"shavuot": "Holidays",
|
||||||
|
"hanukkah": "Holidays",
|
||||||
"cat": "Pets",
|
"cat": "Pets",
|
||||||
"dog": "Pets",
|
"dog": "Pets",
|
||||||
"gerbil": "Pets",
|
"gerbil": "Pets",
|
||||||
"hamster": "Pets",
|
|
||||||
"parakeet": "Pets",
|
"parakeet": "Pets",
|
||||||
"rabbit": "Pets",
|
"rabbit": "Pets",
|
||||||
"turtle": "Pets",
|
"hamster": "Pets",
|
||||||
}
|
}
|
||||||
|
|
||||||
// MomentLabelsFilter returns the smart filter string for a moment based on a matching label.
|
// MomentLabelsFilter returns the smart filter string for a moment based on a matching label.
|
||||||
|
|
Loading…
Reference in a new issue