photoprism/internal/entity/lens_models.go
Michael Mayer 09ad17d10a Cards View: Improve camera and lens information #2040 #3077 #3816
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-10-13 11:35:43 +02:00

6 lines
191 B
Go

package entity
import "regexp"
// LensModelIgnore is a regular expression that matches lens model substrings to be ignored.
var LensModelIgnore = regexp.MustCompile(`(?i)\sback.*camera\s`)