Skip to content

Commit

Permalink
Remove unnecessary download queue save trigger
Browse files Browse the repository at this point in the history
This gets called everytime a downloader finished downloading all chapters of its source.
Since the queue is now saved everytime a download is finished, this is trigger is not needed anymore
  • Loading branch information
schroda committed Aug 5, 2023
1 parent 317116f commit 93dcd31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ object DownloadManager {
private fun refreshDownloaders() {
scope.launch {
downloaderWatch.emit(Unit)
saveDownloadQueue()
}
}

Expand Down

0 comments on commit 93dcd31

Please sign in to comment.