Skip to content

Commit

Permalink
rename RefreshFavourites
Browse files Browse the repository at this point in the history
america
  • Loading branch information
poco0317 committed Oct 23, 2021
1 parent 721e773 commit db9a191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/Screen/Others/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ ScreenSelectMusic::Input(const InputEventPlus& input)
SONGMAN->MakePlaylistFromFavorites(
pProfile->FavoritedCharts, pProfile->allplaylists);
}
DLMAN->RefreshFavourites();
DLMAN->RefreshFavorites();
MESSAGEMAN->Broadcast("FavoritesUpdated");

// update favorites playlist _display_
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/Singletons/DownloadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ DownloadManager::UpdateGoal(const string& chartkey,
}

void
DownloadManager::RefreshFavourites()
DownloadManager::RefreshFavorites()
{
string req = "user/" + DLMAN->sessionUser + "/favorites";
auto done = [](HTTPRequest& req, CURLMsg*) {
Expand Down

0 comments on commit db9a191

Please sign in to comment.