1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00
This commit is contained in:
Hugo Lindström
2012-09-24 13:55:24 +02:00
parent 45904fc708
commit c1c40cac37

View File

@@ -262,7 +262,7 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
const QString type = returnedData[ "type" ].toString();
if ( !returnedData.contains( type ) )
break;
const QString side = requestData.customData["whatshot_side"].toString();
const QString chartId = requestData.input.value< Tomahawk::InfoSystem::InfoStringHash >().value( "chart_id" );
m_queuedFetches.remove( chartId );
@@ -319,7 +319,6 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
}
QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection );
break;
}