diff --git a/src/Plugin/video_embed_field/Provider/Html5.php b/src/Plugin/video_embed_field/Provider/Html5.php index f70b260b880bf7e1c09f140ea6162e069ab92cdf..06cf1b6e5b4428715273bfc96dc5544d32f37273 100644 --- a/src/Plugin/video_embed_field/Provider/Html5.php +++ b/src/Plugin/video_embed_field/Provider/Html5.php @@ -87,6 +87,7 @@ class Html5 extends ProviderPluginBase { '#src' => $this->videoUrl, '#type' => 'video/' . $this->videoType, '#autoplay' => $autoplay, + '#provider' => 'local_html5', ]; }