🆙 Stage 1 Youtube broadcast

This commit is contained in:
duckietm
2026-04-09 11:54:57 +02:00
parent 5bff312b3b
commit bbd4ccf30c
5 changed files with 768 additions and 1 deletions
@@ -127,7 +127,7 @@ const useFurnitureYoutubeWidgetState = () =>
onClose();
});
return { objectId, videoId, videoStart, videoEnd, currentVideoState, selectedVideo, playlists, onClose, previous, next, pause, play, selectVideo };
return { objectId, videoId, videoStart, videoEnd, currentVideoState, selectedVideo, playlists, hasControl, onClose, previous, next, pause, play, selectVideo };
};
export const useFurnitureYoutubeWidget = useFurnitureYoutubeWidgetState;