Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist: update queued song after seeking | Max Kellermann | 2009-02-10 | 1 | -3/+7 |
| | | | | | | | | If a new song is queued before calling playerSeek(), then the player and the playlist enter an inconsistent state, because the player discards the playlist's "queued" song in favor of the seeked song. Call playlist_update_queued_song() after playerSeek(). | ||||
* | playlist: added G_LOG_DOMAIN | Max Kellermann | 2009-02-04 | 1 | -1/+6 |
| | | | | Removed the explicit "playlist:" prefix from all log messages. | ||||
* | playlist: moved code to playlist_control.c | Max Kellermann | 2009-02-04 | 1 | -0/+249 |
Moved handlers for control commands (play, stop, next, prev) to playlist_control.c. |