use direct stream for resume

This commit is contained in:
2026-06-06 22:21:48 +03:00
parent c9f6d92a7f
commit 253af91f46
2 changed files with 18 additions and 1 deletions
+1
View File
@@ -331,6 +331,7 @@ export default function PlayerPage() {
streamAudioIndex ?? undefined,
maxBitrate,
playbackInfoReady,
startTimeTicks !== undefined,
)
const resolvedSource = playbackInfo?.MediaSources?.[0]
const streamUrl = (() => {