mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Emit startLoading() when we start loading the playback history.
This commit is contained in:
@@ -68,6 +68,7 @@ RecentlyPlayedModel::loadHistory()
|
||||
{
|
||||
clear();
|
||||
}
|
||||
loadingStarted();
|
||||
|
||||
DatabaseCommand_PlaybackHistory* cmd = new DatabaseCommand_PlaybackHistory( m_source );
|
||||
cmd->setLimit( m_limit );
|
||||
|
Reference in New Issue
Block a user