From c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jul 2023 16:41:08 +0200 Subject: Fix build --- client/webpack/webpack.video-embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/webpack/webpack.video-embed.js') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 558481473..47d440c25 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -10,7 +10,7 @@ module.exports = function () { const configuration = { entry: { 'video-embed': './src/standalone/videos/embed.ts', - 'player': './src/standalone/player/player.ts', + 'player': './src/standalone/embed-player-api/player.ts', 'test-embed': './src/standalone/videos/test-embed.ts' }, -- cgit v1.2.3