Youtube Shorts don't preview in video block in panel

A client of mine wants to embed YouTube Shorts via the video block, however they’re not previewing in the panel so a bit of a pain for editor experience. I’m guessing this is because shorts have a https://youtube.com/shorts/... url and differ from normal YouTube share urls. I took a look at the Video.vue component (https://github.com/getkirby/kirby/blob/main/panel/src/components/Forms/Blocks/Types/Video.vue) but I can’t quite work out what would need changing there.

“They don’t preview” as in “no previe image shown” or as in “video doesn’t play”?

Sorry, I mean it doesn’t show the video at all, just the “Enter a video url” placeholder.

Hm :thinking: In my test it works

Doh, I update from 3.9 to 3.9.4 and it’s now working. Should’ve done that first really!