mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
And also dont break it, its so fragile
This commit is contained in:
parent
5d13694530
commit
9476c3a3de
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user