do not fetch status after succesful setvol command, set it locally

This commit is contained in:
Andrzej Rybczak
2009-03-23 16:30:12 +01:00
parent 8e350292ad
commit f78e88e6aa
3 changed files with 10 additions and 10 deletions

View File

@@ -137,8 +137,8 @@ namespace MPD
void SetRepeat(bool) const;
void SetRandom(bool) const;
void SetVolume(int) const;
void SetCrossfade(int) const;
void SetVolume(int);
int AddSong(const std::string &); // returns id of added song
int AddSong(const Song &); // returns id of added song