Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_youtube
Commits
4f889d20
Commit
4f889d20
authored
Mar 31, 2022
by
Kevin von Spiczak
Browse files
[BUGFIX] use absolute path for thumbnails
parent
98edad03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/YoutubeController.php
View file @
4f889d20
...
...
@@ -137,7 +137,7 @@ class YoutubeController extends ActionController {
];
$imageService
=
GeneralUtility
::
makeInstance
(
ImageService
::
class
);
$processedImage
=
$imageService
->
applyProcessingInstructions
(
$fileObject
,
$processingInstructions
);
$jsonArray
[
$index
][
'thumbnail'
]
=
$imageService
->
getImageUri
(
$processedImage
);
$jsonArray
[
$index
][
'thumbnail'
]
=
$imageService
->
getImageUri
(
$processedImage
,
TRUE
);
}
return
$jsonArray
;
...
...
Kevin von Spiczak
@kvonspiczak
mentioned in commit
1c9deea3
·
Mar 31, 2022
mentioned in commit
1c9deea3
mentioned in commit 1c9deea32ea6620d9928dcd592c5efa78c16066a
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment