add player autodj (#7)

This commit is contained in:
jeffvli
2025-12-07 15:04:39 -08:00
parent 4862a65b21
commit 65a7c3440b
14 changed files with 514 additions and 59 deletions
-1
View File
@@ -1449,7 +1449,6 @@ export type SimilarSongsArgs = BaseEndpointArgs & {
};
export type SimilarSongsQuery = {
albumArtistIds: string[];
count?: number;
songId: string;
};