mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
* Fixed Artist-/AlbumPlaylistInterface's overzealous caching.
This commit is contained in:
parent
5e0748a1f9
commit
867761f449
@ -204,10 +204,11 @@ AlbumPlaylistInterface::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData re
|
||||
void
|
||||
AlbumPlaylistInterface::onTracksLoaded( const QList< query_ptr >& tracks )
|
||||
{
|
||||
m_databaseLoaded = true;
|
||||
|
||||
if ( m_collection.isNull() )
|
||||
{
|
||||
m_databaseLoaded = true;
|
||||
m_queries << filterTracks( tracks );
|
||||
}
|
||||
else
|
||||
m_queries << tracks;
|
||||
|
||||
|
@ -202,10 +202,11 @@ ArtistPlaylistInterface::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData r
|
||||
void
|
||||
ArtistPlaylistInterface::onTracksLoaded( const QList< query_ptr >& tracks )
|
||||
{
|
||||
m_databaseLoaded = true;
|
||||
|
||||
if ( m_collection.isNull() )
|
||||
{
|
||||
m_databaseLoaded = true;
|
||||
m_queries << filterTracks( tracks );
|
||||
}
|
||||
else
|
||||
m_queries << tracks;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user