diff options
author | gregory guy <[email protected]> | 2020-08-26 15:09:07 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-08-27 00:06:19 +0900 |
commit | e028a9d8988e89341cf09f677d77eba2a22de91f (patch) | |
tree | bef032685476158b0c70307a02b3a716a16ab9a5 /libkcddb/kcmcddb | |
parent | 6f4365d9c3dbbb052819bc23c915260222ff2382 (diff) | |
download | tdemultimedia-e028a9d8988e89341cf09f677d77eba2a22de91f.tar.gz tdemultimedia-e028a9d8988e89341cf09f677d77eba2a22de91f.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 <[email protected]>
(cherry picked from commit ed09d89f42d56059ba2cf3f6a328fe28ddfb78b1)
Diffstat (limited to 'libkcddb/kcmcddb')
-rw-r--r-- | libkcddb/kcmcddb/cddbconfigwidgetbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/kcmcddb/cddbconfigwidgetbase.ui b/libkcddb/kcmcddb/cddbconfigwidgetbase.ui index 0c40d8a1..8da249db 100644 --- a/libkcddb/kcmcddb/cddbconfigwidgetbase.ui +++ b/libkcddb/kcmcddb/cddbconfigwidgetbase.ui @@ -212,7 +212,7 @@ </sizepolicy> </property> <property name="text"> - <string>freedb.freedb.org</string> + <string>gnudb.gnudb.org</string> </property> <property name="whatsThis" stdset="0"> <string>Name of CDDB server which will be used to look up CD information.</string> |