add personal/community toggle for artist top songs (#1372)

This commit is contained in:
jeffvli
2026-02-03 23:58:13 -08:00
parent 2d963a9d23
commit f56a836ffd
8 changed files with 340 additions and 174 deletions
+1
View File
@@ -1316,6 +1316,7 @@ export type TopSongListQuery = {
artist: string;
artistId: string;
limit?: number;
type?: 'community' | 'personal';
};
// Top Songs List