1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +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(); const QString type = returnedData[ "type" ].toString();
if ( !returnedData.contains( type ) ) if ( !returnedData.contains( type ) )
break; break;
const QString side = requestData.customData["whatshot_side"].toString();
const QString chartId = requestData.input.value< Tomahawk::InfoSystem::InfoStringHash >().value( "chart_id" ); const QString chartId = requestData.input.value< Tomahawk::InfoSystem::InfoStringHash >().value( "chart_id" );
m_queuedFetches.remove( chartId ); m_queuedFetches.remove( chartId );
@@ -319,7 +319,6 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
} }
QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection ); QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection );
break; break;
} }