]> Some of my projects - anidbudpclient.git/commitdiff
Update default host
authorAPTX <marek321@gmail.com>
Fri, 15 Jun 2012 12:55:45 +0000 (14:55 +0200)
committerAPTX <marek321@gmail.com>
Fri, 15 Jun 2012 12:55:45 +0000 (14:55 +0200)
clientinterface.cpp

index f9ac10ded85ef1244e5043c6b5b9f46d5c4fe4cc..2644324f92e55b5f92a2f0db17886b8dc23d796b 100644 (file)
@@ -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;
 }