Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver

This commit is contained in:
Ian
2021-01-06 10:26:40 -08:00
committed by ianjazz246
parent 66ab4e77cd
commit 0f4bbbc63c
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
}
}