1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Make sure feed / history gets resolved.

This commit is contained in:
Christian Muehlhaeuser 2014-10-06 08:56:05 +02:00
parent 4826492c8f
commit 46d79d5491

View File

@ -176,6 +176,7 @@ RecentlyPlayedModel::onTracksLoaded( QList<Tomahawk::track_ptr> tracks, QList<To
{
onPlaybackFinished( tracks.at( i ), logs.at( i ) );
}
ensureResolved();
}