mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5748] [MERGED] Set mediatype to Audio for playlists in a music library #10641
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/5748
Author: @cvium
Created: 4/10/2021
Status: ✅ Merged
Merged: 4/11/2021
Merged by: @joshuaboniface
Base:
master← Head:playlist-audio-type📝 Commits (1)
ef527dfSet 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.