mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
add client-side sort to artist favorite songs (#1691)
This commit is contained in:
@@ -1472,6 +1472,12 @@ export type ImageArgs = BaseEndpointArgs & {
|
||||
query: ImageQuery;
|
||||
};
|
||||
|
||||
export type ImageQuery = {
|
||||
id: string;
|
||||
itemType: LibraryItem;
|
||||
size?: number;
|
||||
};
|
||||
|
||||
export type ImageRequest = {
|
||||
cacheKey: string;
|
||||
credentials?: RequestCredentials;
|
||||
@@ -1479,12 +1485,6 @@ export type ImageRequest = {
|
||||
url: string;
|
||||
};
|
||||
|
||||
export type ImageQuery = {
|
||||
id: string;
|
||||
itemType: LibraryItem;
|
||||
size?: number;
|
||||
};
|
||||
|
||||
export type InternalControllerEndpoint = {
|
||||
addToPlaylist: (
|
||||
args: ReplaceApiClientProps<AddToPlaylistArgs>,
|
||||
|
||||
Reference in New Issue
Block a user