mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
stop jumping around
This commit is contained in:
parent
d0e50a73f0
commit
b37127858f
@ -103,7 +103,7 @@ CollectionItem::peerSortValue() const
|
||||
if( m_source->isLocal() )
|
||||
return 0;
|
||||
|
||||
return 1;
|
||||
return m_source->id();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user