* Only uploads track but does not write to chain. Do not call by itself. * * @dev To upload a single track, call uploadTrackV2AndWriteToChain() instead. * @dev To upload multiple uploads, call this function multiple times and then call addTracksToChainV2() once. * * @param trackFile R
(
userId: number,
trackFile: File,
coverArtFile: File | null,
metadata: UploadTrackMetadata,
onProgress: ProgressCB
)
source not stored for this graph (policy: none)
no test coverage detected