Compare commits

..

No commits in common. 'master' and 'practiced_songs' have entirely different histories.

@ -93,9 +93,7 @@ int main()
int id = res->getInt("id");
string title = res->getString("title");
string notes = res->getString("notes");
string lyrics_link = res->getString("lyrics_link");
string original_link = res->getString("original_link");
entries[i] = {{"id", id}, {"title", title}, {"notes", notes}, {"lyrics_link", lyrics_link}, {"original_link", original_link}};
entries[i] = {{"id", id}, {"title", title}, {"notes", notes}};
i++;
}

Loading…
Cancel
Save