Skip to content

Commit

Permalink
remove unused part
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Sep 12, 2024
1 parent c6fe1b5 commit 54868c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Finna/src/Finna/RecordDriver/SolrLido.php
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ protected function getVideo(
default => [
'desc' => $description ?: false,
'url' => $url,
'embed' => $codec !== 'iframe' ? 'video' : 'iframe',
'embed' => 'video',
'format' => $format,
'videoSources' => [
'src' => $url,
Expand Down

0 comments on commit 54868c8

Please sign in to comment.