1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-28 11:48:36 +02:00

Dont need hack anymore

This commit is contained in:
Hugo Lindström 2011-10-21 20:16:10 +02:00
parent 4bb63d428f
commit d41e30c359

View File

@ -443,9 +443,6 @@ ChartsPlugin::chartReturned()
if ( chartType() == Album )
{
/** HACK, billboard chart returns wrong typename **/
if ( res.value( "source" ).toString() == "billboard" )
album = chartMap.value( "track" ).toString();
if ( album.isEmpty() && artist.isEmpty() ) // don't have enough...
{