1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00
This commit is contained in:
Leo Franchi
2012-01-08 18:32:10 -05:00
parent a78ef004f0
commit 8483e38f58

View File

@@ -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";
}
}
}