Project

General

Profile

Bug #73484 ยป videorenderer.diff

Daniel Gorges, 2016-02-16 14:18

View differences:

typo3/sysext/core/Classes/Resource/Rendering/VimeoRenderer.php
{
if ($file instanceof FileReference) {
$autoplay = $file->getProperty('autoplay');
if ($autoplay !== null) {
if (!empty($autoplay)) {
$options['autoplay'] = $autoplay;
}
}
typo3/sysext/core/Classes/Resource/Rendering/YouTubeRenderer.php
{
if ($file instanceof FileReference) {
$autoplay = $file->getProperty('autoplay');
if ($autoplay !== null) {
if (!empty($autoplay)) {
$options['autoplay'] = $autoplay;
}
}
    (1-1/1)