mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Increase timer, fixes itunes breadcrumb init
This commit is contained in:
@@ -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() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user