use album order on artist page for queue add (#1754)

This commit is contained in:
jeffvli
2026-03-09 00:47:55 -07:00
parent bc6cd5b014
commit 58ae76ce2a
4 changed files with 554 additions and 493 deletions
@@ -140,7 +140,10 @@ const AlbumArtistDetailRouteContent = () => {
<LibraryBackgroundOverlay backgroundColor={background} headerRef={headerRef} />
)}
<LibraryContainer>
<AlbumArtistDetailHeader ref={headerRef as React.Ref<HTMLDivElement>} />
<AlbumArtistDetailHeader
albumsQuery={albumsQuery}
ref={headerRef as React.Ref<HTMLDivElement>}
/>
<AlbumArtistDetailContent albumsQuery={albumsQuery} detailQuery={detailQuery} />
</LibraryContainer>
</NativeScrollArea>