db/update/Walk: clear Song::in_playlist

Without clearing all `in_playlist` flags, the songs will never be
revealed again if they were hidden once by a CUE sheet, not even after
the CUE sheet gets deleted or modified.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1784
This commit is contained in:
Max Kellermann
2023-05-22 15:41:20 +02:00
parent dc127f39a7
commit 068cd559e1
4 changed files with 23 additions and 0 deletions

2
NEWS
View File

@@ -3,6 +3,8 @@ ver 0.23.13 (not yet released)
- curl: fix busy loop after connection failed
* archive
- zzip: fix crash bug
* database
- simple: reveal hidden songs after deleting containing CUE
* decoder
- ffmpeg: reorder to a lower priority than "gme"
- gme: require GME 0.6 or later