mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
fix(setupcheck): Fix filename for setupchecks
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c04b7d70d5
commit
012c5b4f39
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class BackgroundBlurLoading implements ISetupCheck {
|
||||||
|
|
||||||
#[\Override]
|
#[\Override]
|
||||||
public function run(): SetupResult {
|
public function run(): SetupResult {
|
||||||
$url = $this->urlGenerator->linkTo('spreed', 'js/tflite.wasm');
|
$url = $this->urlGenerator->linkTo('spreed', 'js/vision_wasm_internal.wasm');
|
||||||
$noResponse = true;
|
$noResponse = true;
|
||||||
$responses = $this->runRequest('HEAD', $url);
|
$responses = $this->runRequest('HEAD', $url);
|
||||||
foreach ($responses as $response) {
|
foreach ($responses as $response) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue