mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
And also dont break it, its so fragile
This commit is contained in:
@@ -137,7 +137,7 @@ hypemPlugin::getInfo( Tomahawk::InfoSystem::InfoRequestData requestData )
|
||||
{
|
||||
|
||||
case InfoChart:
|
||||
if ( !hash.contains( "chart_source" ) || hash["chart_source"] != "hypem" )
|
||||
if ( !hash.contains( "chart_source" ) || hash["chart_source"].toLower() != "hype machine" )
|
||||
{
|
||||
dataError( requestData );
|
||||
break;
|
||||
|
Reference in New Issue
Block a user