Update interface to remove items

This commit is contained in:
Dan Balasescu
2021-11-10 19:58:25 +09:00
parent aad4b8ff80
commit 78793d8624
5 changed files with 12 additions and 12 deletions

View File

@ -116,8 +116,8 @@ namespace osu.Game.Online.Multiplayer
/// <summary>
/// Signals that an item has been removed from the playlist.
/// </summary>
/// <param name="item">The removed item.</param>
Task PlaylistItemRemoved(APIPlaylistItem item);
/// <param name="playlistItemId">The removed item.</param>
Task PlaylistItemRemoved(long playlistItemId);
/// <summary>
/// Signals that an item has been changed in the playlist.