mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Remove ability to filter album by artist, go via getArtist instead
This commit is contained in:
@@ -72,7 +72,6 @@ export const asResult = <T>([results, total]: [T[], number]) => ({
|
||||
export type ArtistQuery = Paging;
|
||||
|
||||
export type AlbumQuery = Paging & {
|
||||
artistId?: string;
|
||||
genre?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user