1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

Increase timer, fixes itunes breadcrumb init

This commit is contained in:
Hugo Lindström 2011-10-09 14:15:22 +02:00
parent 8a9a48fda1
commit 9749df00d1

@ -118,8 +118,8 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent )
connect( Tomahawk::InfoSystem::InfoSystem::instance(), SIGNAL( finished( QString ) ), SLOT( infoSystemFinished( QString ) ) );
QTimer::singleShot( 0, this, SLOT( fetchData() ) );
/// Itunes response is big, so maybe wait for it here?
QTimer::singleShot( 1000, this, SLOT( fetchData() ) );
}