mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-05 10:47:44 +02:00
Settings can be overwritten on command line
make pidfile and persistant data dir confgurable
This commit is contained in:
parent
0c25a7a42d
commit
7376c7709c
8 changed files with 45 additions and 21 deletions
|
@ -48,7 +48,7 @@ void StreamUri::parse(const std::string& streamUri)
|
|||
uri = uri.substr(0, this->uri.length() - 1);
|
||||
|
||||
string decodedUri = strutils::uriDecode(uri);
|
||||
LOG(DEBUG) << "StreamUri: " << decodedUri << "\n";
|
||||
LOG(DEBUG) << "StreamUri decoded: " << decodedUri << "\n";
|
||||
|
||||
string tmp(decodedUri);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue