[PR #14601] [CLOSED] Add MediaType support to playlist updates #14044

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14601
Author: @jyourstone
Created: 8/7/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 2a55d27 Add MediaType support to playlist updates

📊 Changes

4 files changed (+19 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Playlists/PlaylistManager.cs (+5 -0)
📝 Jellyfin.Api/Controllers/PlaylistsController.cs (+2 -1)
📝 Jellyfin.Api/Models/PlaylistDtos/UpdatePlaylistDto.cs (+6 -0)
📝 MediaBrowser.Model/Playlists/PlaylistUpdateRequest.cs (+6 -0)

📄 Description

Changes
Add MediaType support to playlist updates through API. This fixes issues where plugins manage playlists, as the PlaylistMediaType for new playlists are "Audio" by default when empty. With this change, you can now set the PlaylistMediaType through the API.

Issues
https://github.com/jyourstone/jellyfin-smartplaylist-plugin/issues/29


🔄 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/14601 **Author:** [@jyourstone](https://github.com/jyourstone) **Created:** 8/7/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2a55d27`](https://github.com/jellyfin/jellyfin/commit/2a55d27d779063183ebc7d4f9e0c53ee0c8c054c) Add MediaType support to playlist updates ### 📊 Changes **4 files changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Playlists/PlaylistManager.cs` (+5 -0) 📝 `Jellyfin.Api/Controllers/PlaylistsController.cs` (+2 -1) 📝 `Jellyfin.Api/Models/PlaylistDtos/UpdatePlaylistDto.cs` (+6 -0) 📝 `MediaBrowser.Model/Playlists/PlaylistUpdateRequest.cs` (+6 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Add MediaType support to playlist updates through API. This fixes issues where plugins manage playlists, as the PlaylistMediaType for new playlists are "Audio" by default when empty. With this change, you can now set the PlaylistMediaType through the API. **Issues** https://github.com/jyourstone/jellyfin-smartplaylist-plugin/issues/29 --- <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:23:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14044