mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
* Always emit a playback history list, even if it's empty.
This commit is contained in:
parent
ba7556b078
commit
eff7669dd2
@ -80,6 +80,5 @@ DatabaseCommand_PlaybackHistory::exec( DatabaseImpl* dbi )
|
||||
}
|
||||
}
|
||||
|
||||
if ( ql.count() )
|
||||
emit tracks( ql );
|
||||
emit tracks( ql );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user