Update notifier paused state when starting downloads (fixes #3254)
This commit is contained in:
@@ -117,6 +117,8 @@ class Downloader(
|
||||
val pending = queue.filter { it.status != Download.DOWNLOADED }
|
||||
pending.forEach { if (it.status != Download.QUEUE) it.status = Download.QUEUE }
|
||||
|
||||
notifier.paused = false
|
||||
|
||||
downloadsRelay.call(pending)
|
||||
return pending.isNotEmpty()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user