mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
add player autodj (#7)
This commit is contained in:
@@ -1449,7 +1449,6 @@ export type SimilarSongsArgs = BaseEndpointArgs & {
|
||||
};
|
||||
|
||||
export type SimilarSongsQuery = {
|
||||
albumArtistIds: string[];
|
||||
count?: number;
|
||||
songId: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user