mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
chore(ChannelAgeGate): fix node type
channelAgeGate ---> ChannelAgeGate
This commit is contained in:
@@ -7,7 +7,7 @@ import { YTNode } from '../helpers.js';
|
||||
import type { RawNode } from '../index.js';
|
||||
|
||||
class ChannelAgeGate extends YTNode {
|
||||
static type = 'channelAgeGate';
|
||||
static type = 'ChannelAgeGate';
|
||||
|
||||
channel_title: string;
|
||||
avatar: Thumbnail[];
|
||||
|
||||
Reference in New Issue
Block a user