mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
add personal/community toggle for artist top songs (#1372)
This commit is contained in:
@@ -1316,6 +1316,7 @@ export type TopSongListQuery = {
|
||||
artist: string;
|
||||
artistId: string;
|
||||
limit?: number;
|
||||
type?: 'community' | 'personal';
|
||||
};
|
||||
|
||||
// Top Songs List
|
||||
|
||||
Reference in New Issue
Block a user