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

[BUGFIX] fix cache directory name

parent 43c003a7
No related branches found
Tags 4.1.6
No related merge requests found
......@@ -125,7 +125,7 @@ class VimeoController extends ActionController {
unset($item);
}
$cachedImageService = GeneralUtility::makeInstance(CachedImageService::class, 'youtube');
$cachedImageService = GeneralUtility::makeInstance(CachedImageService::class, 'vimeo');
foreach ($response['items'] as $key => $item) {
if (!isset($item['thumbnail'])) {
$thumbnailSource = $item['pictures']['base_link'] . '_' . $item['width'] . 'x' . $item['height'] . '?r=pad';
......
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