Fix playlists (#12934)

This commit is contained in:
Tim Eisele
2024-11-15 01:03:31 +01:00
committed by GitHub
parent cf11a2dc1e
commit 8bee67f1f8
9 changed files with 107 additions and 42 deletions

View File

@@ -92,8 +92,9 @@ namespace MediaBrowser.Controller.Playlists
/// <param name="playlistId">The playlist identifier.</param>
/// <param name="entryId">The entry identifier.</param>
/// <param name="newIndex">The new index.</param>
/// <param name="callingUserId">The calling user.</param>
/// <returns>Task.</returns>
Task MoveItemAsync(string playlistId, string entryId, int newIndex);
Task MoveItemAsync(string playlistId, string entryId, int newIndex, Guid callingUserId);
/// <summary>
/// Removed all playlists of a user.