mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
add favorites list
This commit is contained in:
@@ -661,6 +661,7 @@ export type AlbumArtistListCountArgs = BaseEndpointArgs & {
|
||||
|
||||
export interface AlbumArtistListQuery extends BaseQuery<AlbumArtistListSort> {
|
||||
_custom?: Record<string, any>;
|
||||
favorite?: boolean;
|
||||
limit?: number;
|
||||
musicFolderId?: string | string[];
|
||||
searchTerm?: string;
|
||||
@@ -753,6 +754,7 @@ export type ArtistListCountArgs = BaseEndpointArgs & { query: ListCountQuery<Art
|
||||
|
||||
export interface ArtistListQuery extends BaseQuery<ArtistListSort> {
|
||||
_custom?: Record<string, any>;
|
||||
favorite?: boolean;
|
||||
limit?: number;
|
||||
musicFolderId?: string | string[];
|
||||
role?: string;
|
||||
|
||||
Reference in New Issue
Block a user