mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-10 23:01:45 +02:00
fix CMake compile errors
This commit is contained in:
parent
39b880e650
commit
fc075555ea
6 changed files with 12 additions and 6 deletions
|
@ -154,8 +154,7 @@ void SpotifyStream::onStderrMsg(const char* buffer, size_t n)
|
|||
{
|
||||
LOG(INFO) << "metadata: <" << m[1] << ">\n";
|
||||
|
||||
json jtag;
|
||||
setMeta(jtag.parse(m[1]));
|
||||
setMeta(json::parse(m[1].str()));
|
||||
libreelec_patched = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue