mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
Dont need hack anymore
This commit is contained in:
@@ -443,9 +443,6 @@ ChartsPlugin::chartReturned()
|
|||||||
|
|
||||||
if ( chartType() == Album )
|
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...
|
if ( album.isEmpty() && artist.isEmpty() ) // don't have enough...
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user