mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Don't assert on unknown sources, but print out debug.
This commit is contained in:
@@ -119,7 +119,7 @@ DatabaseCommand_Resolve::exec( DatabaseImpl* lib )
|
|||||||
s = SourceList::instance()->get( files_query.value( 13 ).toUInt() );
|
s = SourceList::instance()->get( files_query.value( 13 ).toUInt() );
|
||||||
if( s.isNull() )
|
if( s.isNull() )
|
||||||
{
|
{
|
||||||
Q_ASSERT( false );
|
qDebug() << "WTF: Could not find source" << files_query.value( 13 ).toUInt();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user