mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed setting url in DatabaseImpl::result().
This commit is contained in:
@@ -512,6 +512,7 @@ DatabaseImpl::result( const QString& url )
|
||||
if ( query.value( 13 ).toUInt() == 0 )
|
||||
{
|
||||
s = SourceList::instance()->getLocal();
|
||||
res->setUrl( url_str );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user