mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Dont need hack anymore
This commit is contained in:
@@ -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...
|
||||
{
|
||||
|
Reference in New Issue
Block a user