Today, 03:21 AM
(This post was last modified: Today, 03:23 AM by Machobacho1. Edited 1 time in total.)
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
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
I dug a little deep and found the error code but i still don't understand how to fix it. any ideas??
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
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
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)