mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 09:06:51 +00:00
feat: add MusicSortFilterButton (#151)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user