mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 05:26:17 +02:00
don't show daemon option if not supported
This commit is contained in:
parent
c58b4372c1
commit
b1f672bb5f
1 changed files with 2 additions and 0 deletions
|
@ -91,7 +91,9 @@ int main (int argc, char **argv)
|
|||
.add(hostValue)
|
||||
.add(portValue)
|
||||
.add(soundcardValue)
|
||||
#ifdef HAS_DAEMON
|
||||
.add(daemonOption)
|
||||
#endif
|
||||
.add(latencyValue);
|
||||
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue