mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
support drag and drop for playlist items
This commit is contained in:
@@ -45,5 +45,13 @@ namespace MediaBrowser.Controller.Playlists
|
||||
/// <returns>Folder.</returns>
|
||||
Folder GetPlaylistsFolder(string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Moves the item.
|
||||
/// </summary>
|
||||
/// <param name="playlistId">The playlist identifier.</param>
|
||||
/// <param name="entryId">The entry identifier.</param>
|
||||
/// <param name="newIndex">The new index.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task MoveItem(string playlistId, string entryId, int newIndex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user