mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
Don't group.
This commit is contained in:
parent
bafd1d0529
commit
a357007d11
@ -42,7 +42,6 @@ InboxModel::loadTracks()
|
||||
QString sql = QString( "SELECT track.name as title, artist.name as artist, source, v as unlistened, social_attributes.timestamp "
|
||||
"FROM social_attributes, track, artist "
|
||||
"WHERE social_attributes.id = track.id AND artist.id = track.artist AND social_attributes.k = 'Inbox' "
|
||||
"GROUP BY track.id "
|
||||
"ORDER BY social_attributes.timestamp DESC" );
|
||||
|
||||
DatabaseCommand_GenericSelect* cmd = new DatabaseCommand_GenericSelect( sql, DatabaseCommand_GenericSelect::Track, -1, 0 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user