Rename requestContentsUpdate to requestContentUpdate

This commit is contained in:
Andrzej Rybczak
2017-03-12 13:19:21 +01:00
parent b0121227e9
commit 809b1d5b59
3 changed files with 3 additions and 3 deletions

View File

@@ -444,7 +444,7 @@ void Status::Changes::playlist(unsigned previous_version)
void Status::Changes::storedPlaylists()
{
myPlaylistEditor->requestPlaylistsUpdate();
myPlaylistEditor->requestContentsUpdate();
myPlaylistEditor->requestContentUpdate();
if (!myBrowser->isLocal() && myBrowser->inRootDirectory())
myBrowser->requestUpdate();
}