TUS: Fix collection uploads, fix upload success tracking#13626
TUS: Fix collection uploads, fix upload success tracking#13626rickyrombo merged 2 commits intomjp-tus-uploadfrom
Conversation
rickyrombo
commented
Jan 27, 2026
- When uploading collections, use the collection artwork for tracks (must have been a regression)
- When tracks finish publishing, mark the image uploads as complete (for collection uploads, no onProgress will fire to do so otherwise since they separately upload the images)
|
| } | ||
| const sdk = await audiusSdk() | ||
|
|
||
| // Finish the audio progress for the collection (there is none) |
There was a problem hiding this comment.
ick, should there be some other key for this? or should we calculate this downstream instead of having to dispatch this action?
There was a problem hiding this comment.
At some point I think I'll have the hook return the progress and get rid of actions entirely and the whole redux side of things.... But for now this hack will do