feat: add MusicSortFilterButton (#151)

This commit is contained in:
Patrick Kan
2022-08-25 13:06:52 +08:00
committed by GitHub
parent f4ce4d2f74
commit 6fe4d235ff
12 changed files with 183 additions and 5 deletions

View File

@@ -25,13 +25,13 @@ class MusicTwoRowItem extends YTNode {
artists?: {
name: string;
channel_id: string;
channel_id: string | undefined;
endpoint: NavigationEndpoint | undefined;
}[];
author?: {
name: string;
channel_id: string;
channel_id: string | undefined;
endpoint: NavigationEndpoint | undefined;
};