mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
typo
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user