Fix #1171 EmbeddableVideoPlayer not refreshing video metadata when closing

This commit is contained in:
Merlin Scheurer 2026-06-18 18:30:06 +02:00
parent 9bf2050111
commit eeb24b2fe6
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ const EmbeddableVideoPlayer = ({ videoId }: EmbeddableVideoPlayerProps) => {
newParams.delete('videoId');
return newParams;
});
setRefresh(true);
}}
/>