Originally created by @Sacerdoss on GitHub (May 1, 2022).
Steps to reproduce
Download Any Audiobook
Expected behaviour
Downloadmanager Notification pops up while downloading
Notifications for finished downloads get removed
Actual behaviour
Downloadmanager Notification pops up while downloading
Notification for finished downloads stay active
The problem is that there is one notification for every file of the audiobook and you cannot remove the notifications for finished downloads all at once. You have to swipe every single notification to get rid of it which is tideous for possibly hundreds of files.
This Stackoverflow Thread might be related and could guide to the solution. (i.e. call downloadManager.remove(download_id) for finished downloads)
Originally created by @Sacerdoss on GitHub (May 1, 2022).
### Steps to reproduce
1. Download Any Audiobook
### Expected behaviour
- Downloadmanager Notification pops up while downloading
- Notifications for finished downloads get removed
### Actual behaviour
- Downloadmanager Notification pops up while downloading
- Notification for finished downloads stay active
The problem is that there is one notification for every file of the audiobook and you cannot remove the notifications for finished downloads all at once. You have to swipe every single notification to get rid of it which is tideous for possibly hundreds of files.
This [Stackoverflow Thread](https://stackoverflow.com/questions/14443536/android-downloadmanager-notification-sticking) might be related and could guide to the solution. (i.e. call downloadManager.remove(download_id) for finished downloads)
### Environment data
Audiobookshelf Version: [v0.9.43-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.43-beta)
- [x] Android App?
- [ ] iOS App?
#### Android Issue
Android version: 11
Device model: Galaxy S10
Stock or customized system: LineageOs
#### iOS Issue
iOS Version:
iPhone model:
adam
added the bug label 2026-04-24 23:08:13 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Sacerdoss on GitHub (May 1, 2022).
Steps to reproduce
Expected behaviour
Actual behaviour
The problem is that there is one notification for every file of the audiobook and you cannot remove the notifications for finished downloads all at once. You have to swipe every single notification to get rid of it which is tideous for possibly hundreds of files.
This Stackoverflow Thread might be related and could guide to the solution. (i.e. call downloadManager.remove(download_id) for finished downloads)
Environment data
Audiobookshelf Version: v0.9.43-beta
Android Issue
Android version: 11
Device model: Galaxy S10
Stock or customized system: LineageOs
iOS Issue
iOS Version:
iPhone model:
@advplyr commented on GitHub (May 7, 2022):
Fixed in v0.9.44-beta