1
0
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:
Christian Muehlhaeuser
2015-04-18 06:02:37 +02:00
parent 84d36f45a2
commit c3702a633d
2 changed files with 5 additions and 12 deletions

View File

@@ -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();