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
+1
View File
@@ -34,6 +34,7 @@ public:
std::string genre;
int duration;
int year;
int coverArtId;
};
}