fix: bitrate value not set on play start

This commit is contained in:
Fredrik Burmester
2024-11-18 08:54:21 +01:00
parent 7ce3bc6e92
commit 2350f4e294
3 changed files with 3 additions and 24 deletions

View File

@@ -69,6 +69,8 @@ export default function page() {
? parseInt(bitrateValueStr, 10)
: BITRATES[0].value;
console.log("bitrateValue ~", bitrateValue);
const {
data: item,
isLoading: isLoadingItem,