aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann2009-01-231-11/+19
| | | | | Move everything which belongs together into one common struct. This simplifies the implementation of several queue operations.
* playlist: moved code to queue.cMax Kellermann2009-01-221-0/+314
Attempt to untie the playlist.c knot: moved the playlist storage code to queue.c, struct queue.