aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/Application.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
index dffac887ac..3ac216d1d9 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -1276,9 +1276,9 @@ void CApplication::StopWebServer()
if(! m_WebServer.IsStarted() )
{
CLog::Log(LOGNOTICE, "Webserver: Stopped...");
- CZeroconf::GetInstance()->RemoveService("services.webserver");
+ CZeroconf::GetInstance()->RemoveService("servers.webserver");
CZeroconf::GetInstance()->RemoveService("servers.webjsonrpc");
- CZeroconf::GetInstance()->RemoveService("services.webapi");
+ CZeroconf::GetInstance()->RemoveService("servers.webapi");
} else
CLog::Log(LOGWARNING, "Webserver: Failed to stop.");
}