We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d0f33 commit 211f07bCopy full SHA for 211f07b
be/src/MusicVideoService.cpp
@@ -99,6 +99,10 @@ vector<string> MusicVideoService::downloadAudio(const string& url) {
99
boost::property_tree::ptree ptree;
100
std::stringstream tmp(json);
101
read_json(tmp, ptree);
102
+ if (SoulSifterSettings::getInstance().get<bool>("app.debug")) {
103
+ LOG(DEBUG) << "song info";
104
+ LOG(DEBUG) << json;
105
+ }
106
107
Song* song = new Song();
108
Album* album = new Album();
fe/package.json
@@ -2,7 +2,7 @@
2
"name": "SoulSifter",
3
"version": "1.5.1",
4
"description": "DJ & music organization app.",
5
- "build": 2999,
+ "build": 3000,
6
"main": "main.js",
7
"scripts": {
8
"fe:build": "vite build",
0 commit comments