diff --git a/src/parser/classes/ChannelAgeGate.ts b/src/parser/classes/ChannelAgeGate.ts index 9cf0a558..ef8056ca 100644 --- a/src/parser/classes/ChannelAgeGate.ts +++ b/src/parser/classes/ChannelAgeGate.ts @@ -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[];