mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13730] [MERGED] Fix playlist order #13679
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13730
Author: @quyet-v
Created: 3/18/2025
Status: ✅ Merged
Merged: 3/31/2025
Merged by: @crobibero
Base:
master← Head:fix_playlist_order📝 Commits (4)
a6f89a5Fix playlist order move00df787Remove extra space23d5af8Added more test cases7119d0bChange namespace to file-scoped📊 Changes
2 files changed (+51 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+11 -1)➕
tests/Jellyfin.Server.Implementations.Tests/Playlists/PlaylistManagerTests.cs(+40 -0)📄 Description
Changes
Modified logic to calculate adjusted index for playlist movement.
Issues
https://github.com/jellyfin/jellyfin/issues/13651
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.