mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
Merge pull request #4968 from ianjazz246/fix-music-album-display
Fix library with music directly under artist folder
(cherry picked from commit 7758c61ea8)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
d9a9a23a3c
commit
cc6afb0971
@@ -25,9 +25,14 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
/// </summary>
|
||||
Fourth = 4,
|
||||
|
||||
/// <summary>
|
||||
/// The Fifth.
|
||||
/// </summary>
|
||||
Fifth = 5,
|
||||
|
||||
/// <summary>
|
||||
/// The last.
|
||||
/// </summary>
|
||||
Last = 5
|
||||
Last = 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user