diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts index 5f8e97562..6e035c0c9 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts @@ -12,8 +12,8 @@ window.addEventListener('load', async () => { const iframe = document.createElement('iframe') iframe.src = isPlaylist - ? `/videos/embed/${elementId}?api=1` - : `/video-playlists/embed/${elementId}?api=1` + ? `/video-playlists/embed/${elementId}?api=1` + : `/videos/embed/${elementId}?api=1` const mainElement = document.querySelector('#host') mainElement.appendChild(iframe)