Skip to content

Commit

Permalink
release V1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbbc committed Aug 25, 2017
1 parent 66a4703 commit 62dc443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class DownloadService : Service() {
}
ACTION_CANCEL -> {
val vid = it.getStringExtra(ACTION_URL)
DownloadHelpers.cancelDownload()
DownloadHelpers.cancelDownload(vid)
}
}
}
Expand Down

0 comments on commit 62dc443

Please sign in to comment.