mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Potential fix for missing tracks in tree view.
This commit is contained in:
@@ -208,7 +208,7 @@ TreeProxyModel::filterAcceptsRow( int sourceRow, const QModelIndex& sourceParent
|
||||
if ( !pi->result()->isOnline() && ti->result()->isOnline() )
|
||||
return false;
|
||||
|
||||
if ( ti->result()->collection()->source()->isLocal() )
|
||||
if ( !pi->result()->collection()->source()->isLocal() && ti->result()->collection()->source()->isLocal() )
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user