This commit is contained in:
Arnaud 2025-10-14 11:23:07 +02:00
parent d8f0ca1660
commit 4d21191aaa
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -86,7 +86,7 @@ proc init(
##
## If the session already exists, do nothing and return ok.
## Meaning that a cid can only have one active download session.
## If the chunckSize is 0, the default block size will be used.
## If the chunkSize is 0, the default block size will be used.
## If local is true, the file will be retrived from the local store.
if downloadSessions.contains($cCid):