Skip to content
Snippets Groups Projects
Unverified Commit 5030d15e authored by Julius Härtl's avatar Julius Härtl
Browse files

Fix ProviderV1Adapter isAvailable wrapper


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent e19c1a03
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class ProviderV1Adapter implements IProviderV2 {
}
public function isAvailable(FileInfo $file): bool {
return $this->isAvailable($file);
return $this->providerV1->isAvailable($file);
}
public function getThumbnail(File $file, int $maxX, int $maxY): ?IImage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment