committed by
Craig Drummond
parent
03011d6f11
commit
a2350ec740
@@ -74,7 +74,7 @@ HttpServer::HttpServer()
|
||||
bool HttpServer::isAlive() const
|
||||
{
|
||||
// started on demand, but only start if allowed
|
||||
return Settings::self()->connectionDetails().allowLocalStreaming;
|
||||
return MPDConnection::self()->getDetails().allowLocalStreaming;
|
||||
}
|
||||
|
||||
bool HttpServer::start()
|
||||
|
||||
Reference in New Issue
Block a user