lbry-desktop/web/setup
infinite-persistence dfe30b6d78
TUS: fix parallel uploads of the same file
## Issue
If you make 2 claims from the same source file, the second upload thinks it's trying to resume from the first one. They should be unique uploads.

## Approach
Stash the upload url for comparison when looking up existing uploads to resume.

Stash that in `params` to minimize code changes. We'll just need to ensure it is cleared before we generate the SDK payload.
2021-11-12 14:32:40 +08:00
..
publish-v1.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
publish-v2.js TUS: fix parallel uploads of the same file 2021-11-12 14:32:40 +08:00
publish.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00