-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Users able to add and download duplicate podcast episodes to queue #2672
Comments
It is also possible to add episodes to the download queue if they finish downloading while the modal is open because the modal doesn't update on downloads, so adding to queue would also need to check if the episode already exists on the server. This may help with some other duplicate downloads issues that have been reported. |
I'm running into a similar issue, probably for the same reason. I'm converting some youtube channels to audio-only to listen to. That conversion is not a fast process and since I have several channels I follow, ABS checks for new episodes again while the same files are still in the queue waiting to be downloaded, causing it to be added multiple times to the download queue. |
Fixed in v2.20.0. |
Describe the issue
Users can mark the same episode for download multiple times using the "Find Episodes" modal. This adds the episode to the queue multiple times and results in duplicate files being downloaded and added to the podcast. A check against the queue before adding should be sufficient to fix this issue, or ensuring the queue has unique entries.
Download Queue:

Podcast Episodes with library item ID in the filename:

Podcast Files

Steps to reproduce the issue
Audiobookshelf version
2.8.0
How are you running audiobookshelf?
Docker
The text was updated successfully, but these errors were encountered: