moonraker: load webcam as a core component

This makes sure that the webcam APIs are always available.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-05-13 10:40:47 -04:00
parent a3cae26e33
commit 6b4020a6e9
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ CORE_COMPONENTS = [
'dbus_manager', 'database', 'file_manager', 'klippy_apis',
'machine', 'data_store', 'shell_command', 'proc_stats',
'job_state', 'job_queue', 'http_client', 'announcements',
'extensions'
'webcam', 'extensions',
]
SENTINEL = SentinelClass.get_instance()