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