mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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() )
|
if ( !pi->result()->isOnline() && ti->result()->isOnline() )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if ( ti->result()->collection()->source()->isLocal() )
|
if ( !pi->result()->collection()->source()->isLocal() && ti->result()->collection()->source()->isLocal() )
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user