diff --git a/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp index 2068c1fa7..dd6a4b7b1 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp @@ -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;