[PR #12697] [MERGED] Add endpoint for getting playlists by id #13328

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12697
Author: @Shadowghost
Created: 9/23/2024
Status: Merged
Merged: 9/26/2024
Merged by: @crobibero

Base: masterHead: get-playlist-by-id


📝 Commits (3)

📊 Changes

2 files changed (+63 additions, -15 deletions)

View changed files

📝 Jellyfin.Api/Controllers/PlaylistsController.cs (+37 -15)
MediaBrowser.Model/Dto/PlaylistDto.cs (+26 -0)

📄 Description

This is needed to properly implement editing playlists.

Changes

  • Add endpoint to get the full playlist object by id

🔄 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/12697 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `get-playlist-by-id` --- ### 📝 Commits (3) - [`705072a`](https://github.com/jellyfin/jellyfin/commit/705072af73c6614da4e2bf35073d4a091ce301ce) Add endpoint for getting playlists by id - [`3829060`](https://github.com/jellyfin/jellyfin/commit/382906098648b650324445321282e21d4996e661) Add PlaylistDto - [`b45dfdf`](https://github.com/jellyfin/jellyfin/commit/b45dfdf1f830c43b31f237f675102c2ef723b861) Apply review comments ### 📊 Changes **2 files changed** (+63 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/PlaylistsController.cs` (+37 -15) ➕ `MediaBrowser.Model/Dto/PlaylistDto.cs` (+26 -0) </details> ### 📄 Description This is needed to properly implement editing playlists. **Changes** * Add endpoint to get the full playlist object by id --- <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:11:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13328