Jellyfin Forum
Playlist - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: Playlist (/t-playlist)



Playlist - Machobacho1 - 2024-11-16

System:
OS: ubuntu server latest
Jellyfin: docker latest
Jellyfin version: latest

Every time i try and change the order of my playlist they just pop right back to where they were Slightly-frowning-face

A few notes: Yes the playlist is saved as an xml it was created in Jellyfin i did not import it, debuging it on the web post a 500 error, i have tried to edit it on the desktop app, mobile app, and web all have failed Slightly-frowning-face


I dug a little deep and found the error code but i still don't understand how to fix it. any ideas??

Code:
System.IndexOutOfRangeException: Index was outside the bounds of the array.

  at Emby.Server.Implementations.Playlists.PlaylistManager.MoveItemAsync(String playlistId, String entryId, Int32 newIndex)

  at Jellyfin.Api.Controllers.PlaylistsController.MoveItem(String playlistId, String itemId, Int32 newIndex)

  at lambda_method1108(Closure, Object)

  at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)



RE: Playlist - TheDreadPirate - 2024-11-16

This is a known bug with a fix in the works.