From 772dfb22ad5e0504250713d01c0ec949db44b6b3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 14:39:22 +0200 Subject: [PATCH] wip #5184 @0.25 --- src/Links/VideoLink.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Links/VideoLink.php b/src/Links/VideoLink.php index ba457c6..d9f9d87 100644 --- a/src/Links/VideoLink.php +++ b/src/Links/VideoLink.php @@ -64,7 +64,6 @@ class VideoLink extends Link public static function getVideoAttributes($data, $w = null, $h = null, $compiler = null) { - $attr['name'] = VideoPopupLink::getBasename($data->to); if (Url::isDistant($data->to)) { $attr['url'] = $data->to; -- 2.39.5