mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
use album order on artist page for queue add (#1754)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user