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