This commit is contained in:
Goldy
2024-07-05 01:37:29 +02:00
parent 1f63113d8d
commit 268664b698
+1 -1
View File
@@ -300,7 +300,7 @@ async def playback(request: Request, b64config: str, hash: str, index: str):
while True:
chunk = await response.content.read(
settings.PROXY_DEBRID_STREAM_BYTES_PER_CHUNK
) # 10 MB chunks
)
if not chunk:
break
yield chunk