mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 09:06:51 +00:00
feat: add settings page parser (#154)
* feat: add settings page parsers * fix(AccountManager): small ts error * feat: add `CopyLink` & `SettingsCheckbox` * deps: remove “flat” dependency
This commit is contained in:
@@ -229,8 +229,8 @@ class Proto {
|
||||
} = {}) {
|
||||
const data: PeformCommentActionParams = {
|
||||
type,
|
||||
commentId: args.comment_id || '',
|
||||
videoId: args.video_id || '',
|
||||
commentId: args.comment_id || ' ',
|
||||
videoId: args.video_id || ' ',
|
||||
unkNum: 2
|
||||
};
|
||||
|
||||
@@ -244,7 +244,7 @@ class Proto {
|
||||
text: args.text as string
|
||||
}
|
||||
},
|
||||
commentId: args.comment_id || '',
|
||||
commentId: args.comment_id || ' ',
|
||||
targetLanguage: args.target_language
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user