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 6, 2023
1 parent 24adf68 commit 55d6ec5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ object DownloadManager {
private fun refreshDownloaders() {
scope.launch {
downloaderWatch.emit(Unit)
saveDownloadQueue()
}
}

Expand Down

0 comments on commit 55d6ec5

Please sign in to comment.