From 9476c3a3deaca9466ff8e3e40bdf8e11a8650885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lindstr=C3=B6m?= Date: Fri, 28 Oct 2011 23:33:00 +0200 Subject: [PATCH] And also dont break it, its so fragile --- src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;