From 4b9f84f54bf4b6647a9a30b5a81de52b046e9938 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 28 Feb 2011 09:27:13 +0100 Subject: [PATCH] * Fixed setting url in DatabaseImpl::result(). --- src/libtomahawk/database/databaseimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/database/databaseimpl.cpp b/src/libtomahawk/database/databaseimpl.cpp index ade68f205..006177647 100644 --- a/src/libtomahawk/database/databaseimpl.cpp +++ b/src/libtomahawk/database/databaseimpl.cpp @@ -512,6 +512,7 @@ DatabaseImpl::result( const QString& url ) if ( query.value( 13 ).toUInt() == 0 ) { s = SourceList::instance()->getLocal(); + res->setUrl( url_str ); } else {