Switch to side-by-side view
--- a/src/ohradio.cxx +++ b/src/ohradio.cxx @@ -132,7 +132,7 @@ // Id 0 means no selection o_radios.push_back(RadioMeta("Unknown radio", "", "")); - UPnPP::PTMutexLocker conflock(g_configlock); + std::unique_lock<std::mutex>(g_configlock); getRadiosFromConf(g_config); // Also if radiolist is defined, get from there string radiolistfn;