jump to current song at startup even if it's not currently played
This commit is contained in:
@@ -158,7 +158,8 @@ namespace MPD
|
||||
|
||||
const std::string & GetErrorMessage() const { return itsErrorMessage; }
|
||||
|
||||
Song GetCurrentSong();
|
||||
Song GetCurrentlyPlayingSong();
|
||||
int GetCurrentlyPlayingSongPos() const;
|
||||
int GetCurrentSongPos() const;
|
||||
Song GetSong(const std::string &);
|
||||
void GetPlaylistContent(const std::string &, SongList &);
|
||||
|
||||
Reference in New Issue
Block a user