1
0
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:
Hugo Lindström 2011-10-28 23:33:00 +02:00
parent 5d13694530
commit 9476c3a3de

View File

@ -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;