1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

stop jumping around

This commit is contained in:
Leo Franchi
2011-05-19 17:11:02 -04:00
parent d0e50a73f0
commit b37127858f

View File

@@ -103,7 +103,7 @@ CollectionItem::peerSortValue() const
if( m_source->isLocal() ) if( m_source->isLocal() )
return 0; return 0;
return 1; return m_source->id();
} }