mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Vision: Update model.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
1a12c96f0c
commit
53503fe0b8
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ func (m *Model) EngineName() string {
|
|||
case ApiFormatVision, "":
|
||||
return EngineVision
|
||||
default:
|
||||
return strings.ToLower(string(format))
|
||||
return strings.ToLower(format)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue