- Issue created by @sime
In utilities.inc this code applies for remote video and results in no handling for these media files. This is because there is no physical file for remote media entities.
function civictheme_media_get_variables(MediaInterface $media): ?array {
...
if (empty($file)) {
return NULL;
}
Active
1.8
Code