mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Set default protocol to "tcp"
This commit is contained in:
parent
a69e97eb53
commit
77d23f627d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ struct ClientSettings
|
|||
/// server host or IP address
|
||||
std::string host;
|
||||
/// protocol: "tcp", "ws" or "wss"
|
||||
std::string protocol;
|
||||
std::string protocol{"tcp"};
|
||||
/// server port
|
||||
size_t port{1704};
|
||||
/// server certificate
|
||||
|
|
Loading…
Add table
Reference in a new issue