mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Don't use ScriptCommand queue for Artist, Album and Track scriptcommands
This commit is contained in:
@@ -48,7 +48,7 @@ ScriptCommand_AllAlbums::enqueue()
|
||||
return;
|
||||
}
|
||||
|
||||
collection->resolver()->enqueue( QSharedPointer< ScriptCommand >( this ) );
|
||||
exec();
|
||||
}
|
||||
|
||||
|
||||
|
@@ -44,7 +44,7 @@ ScriptCommand_AllArtists::enqueue()
|
||||
return;
|
||||
}
|
||||
|
||||
collection->resolver()->enqueue( QSharedPointer< ScriptCommand >( this ) );
|
||||
exec();
|
||||
}
|
||||
|
||||
|
||||
|
@@ -46,7 +46,7 @@ ScriptCommand_AllTracks::enqueue()
|
||||
return;
|
||||
}
|
||||
|
||||
collection->resolver()->enqueue( QSharedPointer< ScriptCommand >( this ) );
|
||||
exec();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user