aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Resolvers/ResolverPriority.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-01-07 10:02:23 +0100
committerGitHub <noreply@github.com>2021-01-07 10:02:23 +0100
commit7758c61ea8e0863198509a8b75208683eb61812f (patch)
tree38424debc3425d557e03a7b96ff9f4239118c958 /MediaBrowser.Controller/Resolvers/ResolverPriority.cs
parent6f0a6fdd5dce70259f8e2d9633297216f4ebd1dc (diff)
parent0f4bbbc63cf2d4f79301a0be7a5431ea5b8cdbb7 (diff)
Merge pull request #4968 from ianjazz246/fix-music-album-display
Fix library with music directly under artist folder
Diffstat (limited to 'MediaBrowser.Controller/Resolvers/ResolverPriority.cs')
-rw-r--r--MediaBrowser.Controller/Resolvers/ResolverPriority.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Resolvers/ResolverPriority.cs b/MediaBrowser.Controller/Resolvers/ResolverPriority.cs
index ac73a5ea8..d4f975b6d 100644
--- a/MediaBrowser.Controller/Resolvers/ResolverPriority.cs
+++ b/MediaBrowser.Controller/Resolvers/ResolverPriority.cs
@@ -26,8 +26,13 @@ namespace MediaBrowser.Controller.Resolvers
Fourth = 4,
/// <summary>
+ /// The Fifth.
+ /// </summary>
+ Fifth = 5,
+
+ /// <summary>
/// The last.
/// </summary>
- Last = 5
+ Last = 6
}
}