From 261acbfb25760e11a2ba2a5bc595debb69c441c2 Mon Sep 17 00:00:00 2001 From: APTX Date: Fri, 15 Jun 2012 14:55:45 +0200 Subject: [PATCH] Update default host --- clientinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientinterface.cpp b/clientinterface.cpp index f9ac10d..2644324 100644 --- a/clientinterface.cpp +++ b/clientinterface.cpp @@ -6,7 +6,7 @@ ClientInterface::ClientInterface(QObject *parent) : QObject(parent), m_error(NoError) { m_localPort = 9001; - m_host = "api.anidb.info"; + m_host = "api.anidb.net"; m_hostPort = 9000; } -- 2.52.0