lbry-desktop/ui/redux
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
..
actions Optimize selectClaimIsMine 2021-11-11 16:10:06 +08:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers TUS: fix parallel uploads of the same file 2021-11-12 14:32:40 +08:00
selectors Optimize selectClaimIsMine 2021-11-11 16:10:06 +08:00