mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Merge pull request #16393 from nextcloud/bugfix/16380/fix-setupcheck-files
fix(setupcheck): Fix filename for setupchecks
This commit is contained in:
commit
c0f9b86fea
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class BackgroundBlurLoading implements ISetupCheck {
|
|||
|
||||
#[\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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue