mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: skip ML availability check if ML is disabled (#23053)
This commit is contained in:
parent
06151ad173
commit
e14d5fb277
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export class MachineLearningRepository {
|
|||
}
|
||||
}
|
||||
|
||||
if (!config.availabilityChecks.enabled) {
|
||||
if (!config.enabled || !config.availabilityChecks.enabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue