Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-23 | queue: merged songs, songMod, positionToId into struct queue_item | Max Kellermann | 1 | -45/+33 | |
Move everything which belongs together into one common struct. This simplifies the implementation of several queue operations. | |||||
2009-01-22 | playlist: moved code to queue.c | Max Kellermann | 1 | -0/+267 | |
Attempt to untie the playlist.c knot: moved the playlist storage code to queue.c, struct queue. |