mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-26 08:08:54 +00:00
fix(SignalAction): Rename action to signal
This commit is contained in:
@@ -4,10 +4,10 @@ import type { RawNode } from '../../index.js';
|
||||
export default class SignalAction extends YTNode {
|
||||
static type = 'SignalAction';
|
||||
|
||||
public action: string;
|
||||
public signal: string;
|
||||
|
||||
constructor(data: RawNode) {
|
||||
super();
|
||||
this.action = data.action;
|
||||
this.signal = data.signal;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user