parent
5a4b8143b2
commit
a4436bd6c8
@ -777,7 +777,8 @@ export class DownloadTable extends VirtualTable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resumeDownloads(forced = false) {
|
resumeDownloads(forced = false) {
|
||||||
const sids = this.getSelectedSids(DownloadState.RESUMABLE);
|
const sids = this.getSelectedSids(
|
||||||
|
forced ? DownloadState.FORCABLE : DownloadState.RESUMABLE);
|
||||||
if (!sids.length) {
|
if (!sids.length) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user