fixed medsrv database uri key
This commit is contained in:
@@ -74,7 +74,7 @@ plugin_t *plugin_create()
|
|||||||
this->public.plugin.destroy = (void(*)(plugin_t*))destroy;
|
this->public.plugin.destroy = (void(*)(plugin_t*))destroy;
|
||||||
|
|
||||||
uri = lib->settings->get_str(lib->settings,
|
uri = lib->settings->get_str(lib->settings,
|
||||||
"medmanager.database", NULL);
|
"medsrv.database", NULL);
|
||||||
if (!uri)
|
if (!uri)
|
||||||
{
|
{
|
||||||
DBG1(DBG_CFG, "mediation database URI not defined, skipped");
|
DBG1(DBG_CFG, "mediation database URI not defined, skipped");
|
||||||
|
|||||||
Reference in New Issue
Block a user