disable delete blobs
This commit is contained in:
parent
860d509d0f
commit
f7cb287c5b
1 changed files with 3 additions and 2 deletions
|
@ -16,11 +16,12 @@ import Constants from '../../constants';
|
|||
const DOWNLOAD_POLL_INTERVAL = 250;
|
||||
|
||||
const deleteBlobsForSdHash = (sdHash) => {
|
||||
Lbry.blob_list({ sd_hash: sdHash }).then(hashes => {
|
||||
/*Lbry.blob_list({ sd_hash: sdHash }).then(hashes => {
|
||||
hashes.filter(hash => hash != sdHash).forEach(hash => {
|
||||
Lbry.blob_delete({ blob_hash: hash });
|
||||
});
|
||||
});
|
||||
});*/
|
||||
return;
|
||||
};
|
||||
|
||||
export function doUpdateLoadStatus(uri, outpoint) {
|
||||
|
|
Loading…
Add table
Reference in a new issue