[PR #5748] [MERGED] Set mediatype to Audio for playlists in a music library #10641

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5748
Author: @cvium
Created: 4/10/2021
Status: Merged
Merged: 4/11/2021
Merged by: @joshuaboniface

Base: masterHead: playlist-audio-type


📝 Commits (1)

  • ef527df Set mediatype to Audio for playlists in a music library

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs (+2 -1)

📄 Description

Changes
Added mediatype for playlists in a music collectionfolder. A playlist that is created inside a music collectionfolder falls back the Audio mediatype if nothing is specified.

Issues
Fixes #4158 with one caveat. I can't force the mediatype on old playlists, only new ones. May have to set the MediaType manually for existing playlists...


🔄 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/5748 **Author:** [@cvium](https://github.com/cvium) **Created:** 4/10/2021 **Status:** ✅ Merged **Merged:** 4/11/2021 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `playlist-audio-type` --- ### 📝 Commits (1) - [`ef527df`](https://github.com/jellyfin/jellyfin/commit/ef527df28f1a48f31aa4bbab36c9443075b68084) Set mediatype to Audio for playlists in a music library ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs` (+2 -1) </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** Added mediatype for playlists in a music collectionfolder. A playlist that is created inside a music collectionfolder falls back the Audio mediatype if nothing is specified. **Issues** Fixes #4158 with one caveat. I can't force the mediatype on old playlists, only new ones. May have to set the MediaType manually for existing playlists... --- <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 06:24:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10641