Open ekalachev opened 2 years ago
When I try to load the channel's videos with only one video, it throws an exception. The problem solves if I put "1" for maxResults.
YoutubeAPI youtube = YoutubeAPI(key, type: "channel", maxResults: 1); videoResult = await youtube.channel(channelId);
When I try to load the channel's videos with only one video, it throws an exception. The problem solves if I put "1" for maxResults.
YoutubeAPI youtube = YoutubeAPI(key, type: "channel", maxResults: 1); videoResult = await youtube.channel(channelId);