mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-29 22:37:44 +02:00
Disable auth
This commit is contained in:
parent
1a9d0b3516
commit
958310d9bd
4 changed files with 6 additions and 3 deletions
|
@ -322,6 +322,8 @@ int main(int argc, char* argv[])
|
|||
settings.stream.sources.push_back(sourceValue->value(n));
|
||||
}
|
||||
|
||||
// TODO: auth
|
||||
settings.auth.enabled = false;
|
||||
if (settings.auth.enabled)
|
||||
{
|
||||
std::vector<std::string> roles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue