mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14601] [CLOSED] Add MediaType support to playlist updates #14044
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/14601
Author: @jyourstone
Created: 8/7/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
2a55d27Add 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.