mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-06 09:46:17 +00:00
fix: bitrate value not set on play start
This commit is contained in:
@@ -69,6 +69,8 @@ export default function page() {
|
||||
? parseInt(bitrateValueStr, 10)
|
||||
: BITRATES[0].value;
|
||||
|
||||
console.log("bitrateValue ~", bitrateValue);
|
||||
|
||||
const {
|
||||
data: item,
|
||||
isLoading: isLoadingItem,
|
||||
|
||||
Reference in New Issue
Block a user