#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, const struct song *prev) |
Updates the "queued song". | |
void | playPlaylistOrderNumber (struct playlist *playlist, int orderNum) |
Returns the song object which is currently queued.
Returns none if there is none (yet?) or if MPD isn't playing.
void playPlaylistOrderNumber | ( | struct playlist * | playlist, | |
int | orderNum | |||
) |