#include "playlist.h"
Go to the source code of this file.
Functions | |
struct song * | playlist_get_queued_song (struct playlist *playlist) |
Returns the song object which is currently queued. | |
void | playlist_update_queued_song (struct playlist *playlist, struct player_control *pc, const struct song *prev) |
Updates the "queued song". | |
void | playlist_play_order (struct playlist *playlist, struct player_control *pc, int orderNum) |
Returns the song object which is currently queued.
Returns none if there is none (yet?) or if MPD isn't playing.
void playlist_play_order | ( | struct playlist * | playlist, | |
struct player_control * | pc, | |||
int | orderNum | |||
) |
void playlist_update_queued_song | ( | struct playlist * | playlist, | |
struct player_control * | pc, | |||
const struct song * | prev | |||
) |