diff --git a/lib/SetupCheck/BackgroundBlurLoading.php b/lib/SetupCheck/BackgroundBlurLoading.php index c1b0cd137e0..d43133dee40 100644 --- a/lib/SetupCheck/BackgroundBlurLoading.php +++ b/lib/SetupCheck/BackgroundBlurLoading.php @@ -44,7 +44,7 @@ public function getName(): string { #[\Override] public function run(): SetupResult { - $url = $this->urlGenerator->linkTo('spreed', 'js/tflite.wasm'); + $url = $this->urlGenerator->linkTo('spreed', 'js/vision_wasm_internal.wasm'); $noResponse = true; $responses = $this->runRequest('HEAD', $url); foreach ($responses as $response) {