summaryrefslogtreecommitdiffstats
path: root/libkcddb/sites.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-26 15:09:07 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-08-27 00:04:23 +0900
commited09d89f42d56059ba2cf3f6a328fe28ddfb78b1 (patch)
tree2bffd16e1eada2ea13724569986cbeff839becdb /libkcddb/sites.cpp
parent6f6cdebc6dda2c119f0cd32e51a7f04d8f1a32e8 (diff)
downloadtdemultimedia-ed09d89f42d56059ba2cf3f6a328fe28ddfb78b1.tar.gz
tdemultimedia-ed09d89f42d56059ba2cf3f6a328fe28ddfb78b1.zip
Changed CDDB query address from freedb.org to gnudb.org since freedb.org is not available anymore.
This refers to TDE/tde#28 Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'libkcddb/sites.cpp')
-rw-r--r--libkcddb/sites.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/sites.cpp b/libkcddb/sites.cpp
index 56cc5eb6..200ad6b1 100644
--- a/libkcddb/sites.cpp
+++ b/libkcddb/sites.cpp
@@ -37,7 +37,7 @@ namespace KCDDB
{
KURL url;
url.setProtocol( "http" );
- url.setHost( "freedb.freedb.org" );
+ url.setHost( "gnudb.gnudb.org" );
url.setPort( 80 );
url.setPath( "/~cddb/cddb.cgi" );