File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ export async function getLocalChannelCommunity(id) {
518518 try {
519519 const response = await innertube . actions . execute ( '/browse' , {
520520 browseId : id ,
521- params : 'Egljb21tdW5pdHnyBgQKAkoA '
521+ params : 'EgVwb3N0c_IGBAoCSgA%3D '
522522 // protobuf for the community tab (this is the one that YouTube uses,
523523 // it has some empty fields in the protobuf but it doesn't work if you remove them)
524524 } )
@@ -527,7 +527,7 @@ export async function getLocalChannelCommunity(id) {
527527
528528 // if the channel doesn't have a community tab, YouTube returns the home tab instead
529529 // so we need to check that we got the right tab
530- if ( communityTab . current_tab ?. endpoint . metadata . url ?. endsWith ( '/community ' ) ) {
530+ if ( communityTab . current_tab ?. endpoint . metadata . url ?. endsWith ( '/posts ' ) ) {
531531 return parseLocalCommunityPosts ( communityTab . posts )
532532 } else {
533533 return [ ]
You can’t perform that action at this time.
0 commit comments