Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_youtube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_youtube
Commits
4f889d20
Commit
4f889d20
authored
2 years ago
by
Kevin von Spiczak
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] use absolute path for thumbnails
parent
98edad03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Classes/Controller/YoutubeController.php
+1
-1
1 addition, 1 deletion
Classes/Controller/YoutubeController.php
with
1 addition
and
1 deletion
Classes/Controller/YoutubeController.php
+
1
−
1
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
;
...
...
This diff is collapsed.
Click to expand it.
Kevin von Spiczak
@kvonspiczak
mentioned in commit
1c9deea3
·
2 years ago
mentioned in commit
1c9deea3
mentioned in commit 1c9deea32ea6620d9928dcd592c5efa78c16066a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment