pipedald uses service.conf instead of a commandline option.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user