Skip to content

Commit

Permalink
Downloader handle downloading status for duplicate download
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Aug 7, 2021
1 parent 6851514 commit b716a17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class Downloader @Inject constructor(
downloaderMessage(AudioDownloadResumingExisting)
return false
}
Status.NONE, Status.QUEUED -> {
Status.NONE, Status.QUEUED, Status.DOWNLOADING -> {
Timber.i("File already queued, doing nothing")
downloaderMessage(AudioDownloadAlreadyQueued)
return false
Expand Down

0 comments on commit b716a17

Please sign in to comment.