mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
* Fixed sorting order when retrieving playback history.
This commit is contained in:
parent
b1904b877e
commit
3f5d219549
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user