aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue/Playlist.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Playlist: reset song priority on playbackMax Kellermann2014-11-261-0/+4
| | | | | | A priority should be a volatile thing: it should schedule a song for playing back once, but it should not affect the next time the queue gets played.
* Playlist: add method SongStarted()Max Kellermann2014-11-261-0/+10
| | | | Empty currently, but code will be added song.
* Playlist: move more functions into the classMax Kellermann2014-11-261-28/+18
|
* Playlist: add another assertionMax Kellermann2014-11-261-0/+1
|
* Playlist: move playlist_song_started() into the classMax Kellermann2014-11-261-12/+9
|
* Merge branch 'v0.18.x'Max Kellermann2014-07-111-1/+9
|
* Playlist*: move to queue/Max Kellermann2014-02-271-0/+333