mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
collection->resolver()->enqueue( QSharedPointer< ScriptCommand >( this ) );
|
exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@ ScriptCommand_AllArtists::enqueue()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
collection->resolver()->enqueue( QSharedPointer< ScriptCommand >( this ) );
|
exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -46,7 +46,7 @@ ScriptCommand_AllTracks::enqueue()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
collection->resolver()->enqueue( QSharedPointer< ScriptCommand >( this ) );
|
exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user