mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
* Emit startLoading() when we start loading the playback history.
This commit is contained in:
parent
8ca0cfa917
commit
3928a2d084
@ -68,6 +68,7 @@ RecentlyPlayedModel::loadHistory()
|
||||
{
|
||||
clear();
|
||||
}
|
||||
loadingStarted();
|
||||
|
||||
DatabaseCommand_PlaybackHistory* cmd = new DatabaseCommand_PlaybackHistory( m_source );
|
||||
cmd->setLimit( m_limit );
|
||||
|
Loading…
x
Reference in New Issue
Block a user