[Bug]: Playing a playlist, then modifying the playlist does not reflect in the play queue #909

Open
opened 2026-04-24 23:25:47 +02:00 by adam · 0 comments
Owner

Originally created by @gordallott on GitHub (Jan 22, 2023).

Describe the issue

After setting up a playlist the user is given an option of playing the given playlist
image

If the user clicks play a listening session is created and the items in that playlist are added to the play queue, if the user then makes any modification to the playlist, the modifications are not reflected in the play queue.
image

However the playlist is still marked as "playing"
image

which means if you want any changes to be reflected in the play queue you have to stop the current session entirely so that the "play" button comes back and then play the playlist again

Steps to reproduce the issue

  1. Add a library item to a new playlist
  2. Find that playlist and click play
  3. Note that the item is currently playing
  4. Note that the play button now says playing and is non-interactable
  5. Add a second item to the playlist
  6. Note that the second item is not included in the play queue
  7. Note that the second item is not played when the first item reaches the end of the file.

Audiobookshelf version

v2.2.12 (devel master)

How are you running audiobookshelf?

Built from source

Originally created by @gordallott on GitHub (Jan 22, 2023). ### Describe the issue After setting up a playlist the user is given an option of playing the given playlist ![image](https://user-images.githubusercontent.com/2665595/213918031-28859a02-18d0-4dc1-994d-0160fcc55c3a.png) If the user clicks play a listening session is created and the items in that playlist are added to the play queue, if the user then makes any modification to the playlist, the modifications are not reflected in the play queue. ![image](https://user-images.githubusercontent.com/2665595/213918369-7a995334-aeec-4d53-ba50-d8f8351cfa82.png) However the playlist is still marked as "playing" ![image](https://user-images.githubusercontent.com/2665595/213918401-12dd7d53-37a3-43cd-bf0f-099b06fe1093.png) which means if you want any changes to be reflected in the play queue you have to stop the current session entirely so that the "play" button comes back and then play the playlist again ### Steps to reproduce the issue 1. Add a library item to a new playlist 2. Find that playlist and click play 3. Note that the item is currently playing 4. Note that the play button now says playing and is non-interactable 5. Add a second item to the playlist 6. Note that the second item is not included in the play queue 7. Note that the second item is not played when the first item reaches the end of the file. ### Audiobookshelf version v2.2.12 (devel master) ### How are you running audiobookshelf? Built from source
adam added the bug label 2026-04-24 23:25:47 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#909