diff options
| -rw-r--r-- | amarok/src/coverfetcher.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/amarok/src/coverfetcher.cpp b/amarok/src/coverfetcher.cpp index bf41f59d..cc83240a 100644 --- a/amarok/src/coverfetcher.cpp +++ b/amarok/src/coverfetcher.cpp @@ -193,9 +193,6 @@ CoverFetcher::startFetch() { DEBUG_FUNC_INFO - // Static license Key. Thanks hydrogen ;-) - const TQString LICENSE( "11ZKJS8X1ETSTJ6MT802" ); - // reset all values m_coverAmazonUrls.clear(); m_coverAsins.clear(); @@ -229,7 +226,7 @@ CoverFetcher::startFetch() TQString url; url = "http://ecs.amazonaws." + tld - + "/onca/xml?Service=AWSECommerceService&Version=2007-10-29&Operation=ItemSearch&AssociateTag=webservices-20&AWSAccessKeyId=" + LICENSE + + "/onca/xml?Service=AWSECommerceService&Version=2007-10-29&Operation=ItemSearch&AssociateTag=webservices-20" + "&Keywords=" + KURL::encode_string_no_slash( query, mibenum ) + "&SearchIndex=Music&ResponseGroup=Small,Images"; debug() << url << endl; |
