Remove ability to filter album by artist, go via getArtist instead

This commit is contained in:
simojenki
2021-03-07 09:20:06 +11:00
parent c5a085d667
commit 3f607c5304
3 changed files with 9 additions and 99 deletions

View File

@@ -72,7 +72,6 @@ export const asResult = <T>([results, total]: [T[], number]) => ({
export type ArtistQuery = Paging;
export type AlbumQuery = Paging & {
artistId?: string;
genre?: string;
};