Changed C++ standard to C++17 and will implement functionality to retrieve songs, albums, artists, genres, cover art, and year records in json. Will add explicit versioning too

This commit is contained in:
kdeng00
2019-07-30 22:08:55 -04:00
parent 63bee45f95
commit 24a111e8e9
54 changed files with 1334 additions and 1331 deletions
-3
View File
@@ -12,9 +12,6 @@ using std::string;
using Managers::ActionManager;
using Managers::CommitManager;
string songPath{};
string newSongPath{};
int main(int argc, char** argv)
{
if (argc < 2)