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:
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() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user