mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
style
This commit is contained in:
@@ -345,18 +345,11 @@ hypemPlugin::chartReturned()
|
||||
pair["artist"] = artist;
|
||||
pair["track"] = title;
|
||||
top_tracks << pair;
|
||||
|
||||
qDebug() << "HypemChart type is track";
|
||||
}
|
||||
|
||||
|
||||
if ( chartType() == Artist )
|
||||
{
|
||||
|
||||
top_artists << artist;
|
||||
qDebug() << "HypemChart type is artist";
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user