fix CMake compile errors

This commit is contained in:
badaix 2018-02-04 13:11:07 +01:00
parent 39b880e650
commit fc075555ea
6 changed files with 12 additions and 6 deletions

View file

@ -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;
}
}