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:
Bond-009
2021-01-07 10:02:23 +01:00
committed by Joshua M. Boniface
parent d9a9a23a3c
commit cc6afb0971
5 changed files with 10 additions and 4 deletions

View File

@@ -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
}
}