mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-28 23:06:13 +02:00
Support automatic language selection based on system language (#17953)
* Support automatic language selection * Handle non-matching keys * Cleanup * Handle region specific language codes from browser * Fix passing in requestor
This commit is contained in:
@@ -120,7 +120,7 @@ class EmbeddingMaintainer(threading.Thread):
|
||||
if self.config.face_recognition.enabled:
|
||||
self.realtime_processors.append(
|
||||
FaceRealTimeProcessor(
|
||||
self.config, self.event_metadata_publisher, metrics
|
||||
self.config, self.requestor, self.event_metadata_publisher, metrics
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user