mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver
This commit is contained in:
@@ -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