We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373414c commit 70fb3e8Copy full SHA for 70fb3e8
1 file changed
src/oauth/channels.ts
@@ -190,7 +190,7 @@ export class OAuthChannels {
190
191
// For some reason the response is just the first channel section
192
// C'mon, YouTube
193
- await new Promise(resolve => setTimeout(resolve, 1000)) // Wait a second for the new channel section to be available
+ await new Promise(resolve => setTimeout(resolve, 3000)) // Wait a second for the new channel section to be available
194
const channelSections = await this.oauth.getMyChannelSections()
195
return channelSections.find(position == null ?
196
section => section.position === channelSections.length - 1 : // Highest position
0 commit comments