Build update #495

Merged
akinwale merged 7 commits from build-update into master 2019-03-25 07:45:20 +01:00
Showing only changes of commit ecce07b1c8 - Show all commits

View file

@ -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() {
}); });
} }
}); });
}); });*/
}; };
} }