mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4968] [MERGED] Fix library with music directly under artist folder #10342
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/4968
Author: @iansw246
Created: 1/6/2021
Status: ✅ Merged
Merged: 1/7/2021
Merged by: @Bond-009
Base:
master← Head:fix-music-album-display📝 Commits (1)
0f4bbbcFix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver📊 Changes
5 files changed (+10 additions, -4 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Emby.Server.Implementations/Library/Resolvers/Audio/AudioResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/Audio/MusicAlbumResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+1 -1)📝
MediaBrowser.Controller/Resolvers/ResolverPriority.cs(+6 -1)📄 Description
Fixes #3169 and #2879
Simply changes ResolverPriority of the resolvers so that MusicArtistResolver runs before MusicAlbumResolver. This makes a folder with albums inside a artist folder, regardless of whether there are audio files directly in the folder.
Previously, the MusicAlbumResolver would see an audio file in the artist folder and consider it an album, breaking the real albums.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.