mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
feat: add MusicSortFilterButton (#151)
This commit is contained in:
@@ -18,7 +18,13 @@ class NavigationEndpoint extends YTNode {
|
||||
};
|
||||
|
||||
// TODO: these should be given proper types, currently infered
|
||||
browse;
|
||||
browse?: {
|
||||
id: string,
|
||||
params: string | null,
|
||||
base_url: string | null,
|
||||
page_type: string | null,
|
||||
form_data?: {}
|
||||
};
|
||||
watch;
|
||||
search;
|
||||
subscribe;
|
||||
|
||||
Reference in New Issue
Block a user