mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 01:58:42 +02:00
by ref
This commit is contained in:
parent
675bd17ab8
commit
c6fcadfbd5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
T jGet(json j, const std::string& what, const T& def)
|
T jGet(const json& j, const std::string& what, const T& def)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue