mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
* Fixed sorting order when retrieving playback history.
This commit is contained in:
@@ -56,7 +56,7 @@ DatabaseCommand_TrackStats::exec( DatabaseImpl* dbi )
|
||||
|
||||
query.prepare( "SELECT * "
|
||||
"FROM playback_log "
|
||||
"WHERE track = ?" );
|
||||
"WHERE track = ? ORDER BY playtime ASC" );
|
||||
query.addBindValue( trkid );
|
||||
query.exec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user