aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-23queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann1-45/+33
Move everything which belongs together into one common struct. This simplifies the implementation of several queue operations.
2009-01-22playlist: moved code to queue.cMax Kellermann1-0/+267
Attempt to untie the playlist.c knot: moved the playlist storage code to queue.c, struct queue.