mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Style fixes.
This commit is contained in:
@@ -66,13 +66,6 @@ ScriptCommand_AllTracks::exec()
|
|||||||
|
|
||||||
ScriptJob* job;
|
ScriptJob* job;
|
||||||
|
|
||||||
QVariantMap arguments;
|
|
||||||
// TODO: implement filter
|
|
||||||
// if ( !m_filter.isEmpty() )
|
|
||||||
// {
|
|
||||||
// arguments[ "filter" ] = m_filter;
|
|
||||||
// }
|
|
||||||
|
|
||||||
if ( m_album )
|
if ( m_album )
|
||||||
{
|
{
|
||||||
arguments[ "artist" ] = m_album->artist()->name();
|
arguments[ "artist" ] = m_album->artist()->name();
|
||||||
|
Reference in New Issue
Block a user