[CHANGE] Reworked db with interceptors
This commit is contained in:
@@ -204,7 +204,7 @@ public sealed class YouTubeClient : IDisposable
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
HttpClient?.Dispose();
|
||||
HttpClient.Dispose();
|
||||
}
|
||||
|
||||
private async Task<Result<string>> GetCurrentAccountIdAsync()
|
||||
|
Reference in New Issue
Block a user