Support album and artist detail pages for subsonic

This commit is contained in:
jeffvli
2023-12-05 19:04:16 -08:00
parent 3c691d23d9
commit 18ec50b2a3
5 changed files with 46 additions and 0 deletions
@@ -100,6 +100,7 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten
: undefined),
},
},
artistIds: [albumArtistId],
limit: 15,
sortBy: AlbumListSort.RELEASE_DATE,
sortOrder: SortOrder.DESC,
@@ -122,6 +123,8 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten
: undefined),
},
},
artistIds: [albumArtistId],
isCompilation: true,
limit: 15,
sortBy: AlbumListSort.RELEASE_DATE,
sortOrder: SortOrder.DESC,