fix(player): fix fullview prop passing to children (live pl)

This commit is contained in:
nick-delirium 2023-05-03 15:46:10 +02:00
parent 780b1d9b28
commit 1311ad3d43

View file

@ -107,7 +107,7 @@ function LivePlayer({
width: isMultiview ? '100%' : undefined,
}}
>
<PlayerBlock isMultiview={isMultiview} />
<PlayerBlock isMultiview={isMultiview} fullView={fullView} />
</div>
</PlayerContext.Provider>
);