Skip to content
Snippets Groups Projects
Commit 1c9deea3 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

Revert "[BUGFIX] use absolute path for thumbnails"

This reverts commit 4f889d20.
parent 4f889d20
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ class YoutubeController extends ActionController {
];
$imageService = GeneralUtility::makeInstance(ImageService::class);
$processedImage = $imageService->applyProcessingInstructions($fileObject, $processingInstructions);
$jsonArray[$index]['thumbnail'] = $imageService->getImageUri($processedImage, TRUE);
$jsonArray[$index]['thumbnail'] = $imageService->getImageUri($processedImage);
}
return $jsonArray;
......
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