[REWORK] Changes saving client and channel info
This commit is contained in:
@@ -148,7 +148,7 @@ public sealed class YouTubeClient : IDisposable
|
||||
return Result.Success();
|
||||
}
|
||||
|
||||
public async Task<Result<Channel>> GetChannelByIdAsync(string channelId)
|
||||
public async Task<Result<InnertubeChannel>> GetChannelByIdAsync(string channelId)
|
||||
{
|
||||
if (State == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user