1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

Merge remote branch 'origin' into phonon

This commit is contained in:
Christian Muehlhaeuser
2011-02-28 09:27:25 +01:00

View File

@@ -512,6 +512,7 @@ DatabaseImpl::result( const QString& url )
if ( query.value( 13 ).toUInt() == 0 ) if ( query.value( 13 ).toUInt() == 0 )
{ {
s = SourceList::instance()->getLocal(); s = SourceList::instance()->getLocal();
res->setUrl( url_str );
} }
else else
{ {