Build update #495
1 changed files with 2 additions and 2 deletions
|
@ -349,7 +349,7 @@ export function doDeleteCompleteBlobs() {
|
||||||
data: {},
|
data: {},
|
||||||
});
|
});
|
||||||
|
|
||||||
Lbry.file_list().then(files => {
|
/*Lbry.file_list().then(files => {
|
||||||
files.forEach(fileInfo => {
|
files.forEach(fileInfo => {
|
||||||
if (fileInfo.completed) {
|
if (fileInfo.completed) {
|
||||||
Lbry.file_set_status({ status: 'stop', sd_hash: fileInfo.sd_hash }).then(() => {
|
Lbry.file_set_status({ status: 'stop', sd_hash: fileInfo.sd_hash }).then(() => {
|
||||||
|
@ -359,6 +359,6 @@ export function doDeleteCompleteBlobs() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});*/
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue