pipedald uses service.conf instead of a commandline option.

This commit is contained in:
Robin Davies
2024-09-05 13:31:09 -04:00
parent 9534d3dc41
commit 440f85e1d1
8 changed files with 53 additions and 33 deletions
+1 -1
View File
@@ -1315,7 +1315,7 @@ namespace pipedal
throw PiPedalStateException(SS("ALSA error:" << snd_strerror(err)));
}
std::jthread *audioThread;
std::jthread *audioThread = nullptr;
bool audioRunning;
bool block = false;