forked from recloudstream/cloudstream
💀 i forgor
This commit is contained in:
parent
0b95d6ad33
commit
88a7248e47
1 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ class ResultViewModel2 : ViewModel() {
|
|||
id: Int,
|
||||
resume: Boolean = true,
|
||||
// if it is only a single link then resume works correctly
|
||||
singleFile: Boolean? = true
|
||||
singleFile: Boolean? = null
|
||||
) = ioSafe {
|
||||
if (act == null) return@ioSafe
|
||||
if (data.links.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue