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