[PR #13730] [MERGED] Fix playlist order #13679

Closed
opened 2026-02-07 07:17:16 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: fix_playlist_order


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13730 **Author:** [@quyet-v](https://github.com/quyet-v) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix_playlist_order` --- ### 📝 Commits (4) - [`a6f89a5`](https://github.com/jellyfin/jellyfin/commit/a6f89a5fcb9f5ebf61a193296df0f24c1acb7e22) Fix playlist order move - [`00df787`](https://github.com/jellyfin/jellyfin/commit/00df78740b463c2b8573b92c72dc7317f42cb4f5) Remove extra space - [`23d5af8`](https://github.com/jellyfin/jellyfin/commit/23d5af8d27dbd06fac0c725903de335f83cdf95c) Added more test cases - [`7119d0b`](https://github.com/jellyfin/jellyfin/commit/7119d0b7f46af89572aca68a06e5948b68c7d649) Change namespace to file-scoped ### 📊 Changes **2 files changed** (+51 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Playlists/PlaylistManager.cs` (+11 -1) ➕ `tests/Jellyfin.Server.Implementations.Tests/Playlists/PlaylistManagerTests.cs` (+40 -0) </details> ### 📄 Description Changes Modified logic to calculate adjusted index for playlist movement. Issues https://github.com/jellyfin/jellyfin/issues/13651 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:17:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13679