mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
* Only try to resolve query items, e.g. ignore parent nodes like sources.
This commit is contained in:
@@ -840,6 +840,8 @@ PlayableModel::ensureResolved()
|
||||
for ( int i = 0; i < rowCount( QModelIndex() ); i++ )
|
||||
{
|
||||
query_ptr query = itemFromIndex( index( i, 0, QModelIndex() ) )->query();
|
||||
if ( !query )
|
||||
continue;
|
||||
|
||||
if ( !query->resolvingFinished() )
|
||||
ql << query;
|
||||
|
Reference in New Issue
Block a user