mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Potential fix for missing tracks in tree view.
This commit is contained in:
parent
b99a1a753c
commit
b9515d3408
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user