Working on implementing the Toggle controls like Repeat and Shuffle. Having a little issues with Repeat, haven't started with Shuffle

This commit is contained in:
kdeng00
2019-10-28 21:47:04 -04:00
parent b1176ca5ba
commit 6221969d6b
14 changed files with 144 additions and 166 deletions
-3
View File
@@ -17,9 +17,6 @@ namespace repository {
public:
std::vector<model::Song> fetchSongs(const model::Token&, const std::string&);
model::Song retrieveSong(const std::string&, const int);
model::Song retrieveSong(const std::string&, const std::string&, const int);
model::Song retrieveSong(const std::string&, const std::string&, const model::Song&);
model::Song retrieveSong(const model::Token&, const model::Song&, const std::string&);
private:
static size_t respBodyRetriever(void*, size_t, size_t, char*);