ui: fix projectid passed to assist
This commit is contained in:
parent
f597750cf7
commit
9a5716fdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ function LivePlayer({
|
|||
const location = useLocation();
|
||||
|
||||
useEffect(() => {
|
||||
const projectId = projectsStore.getSiteId();
|
||||
const projectId = projectsStore.getSiteId().siteId;
|
||||
playerInst = undefined;
|
||||
if (!usedSession.sessionId || contextValue.player !== undefined) return;
|
||||
console.debug('creating live player for', usedSession.sessionId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue