mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Remove provisions for multi-library support
It is now clear that multi-library support will not happen, so remove whatever provisions were in the code for that. It comes with a small change to the configuration file, too. With this, DB schema version went to 9.
This commit is contained in:
@@ -1157,7 +1157,7 @@ httpd_init(void)
|
||||
goto evhttp_fail;
|
||||
}
|
||||
|
||||
port = cfg_getint(cfg_getnsec(cfg, "library", 0), "port");
|
||||
port = cfg_getint(cfg_getsec(cfg, "library"), "port");
|
||||
|
||||
/* evhttp doesn't support IPv6 yet, so this is expected to fail */
|
||||
bindv6 = evhttp_bind_socket(evhttpd, "::", port);
|
||||
|
||||
Reference in New Issue
Block a user