This commit is contained in:
Goldy
2024-07-21 16:20:00 +02:00
committed by GitHub
parent bfd81924f6
commit b47676cc86
+1 -1
View File
@@ -417,7 +417,7 @@ async def playback(request: Request, b64config: str, hash: str, index: str):
end = int(end) if end else ""
range = f"bytes={start}-{end}"
async with await session.get(
async with session.get(
download_link, headers={"Range": range}, proxy=proxy
) as response:
if response.status == 206: