mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Show error when a preview fails to load for a station
This commit is contained in:
@@ -214,6 +214,8 @@ DynamicModel::tracksGenerated( const QList< query_ptr > entries, int limitResolv
|
||||
m_lastResolvedRow = rowCount( QModelIndex() );
|
||||
}
|
||||
}
|
||||
if ( m_playlist->mode() == OnDemand && entries.isEmpty() )
|
||||
emit trackGenerationFailure( tr( "Failed to generate preview with the desired filters" ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user