mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
fix(Channel): getting community continuations (#329)
This commit is contained in:
@@ -254,7 +254,7 @@ export class ChannelListContinuation extends Feed<IBrowseResponse> {
|
||||
constructor(actions: Actions, data: ApiResponse | IBrowseResponse, already_parsed = false) {
|
||||
super(actions, data, already_parsed);
|
||||
this.contents =
|
||||
this.page.on_response_received_actions.first() ||
|
||||
this.page.on_response_received_actions?.first() ||
|
||||
this.page.on_response_received_endpoints?.first();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user