mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-07-17 12:01:41 +08:00
fix _logger
This commit is contained in:
@@ -18,7 +18,7 @@ public abstract class BaseProvider
|
||||
protected BaseProvider(IHttpClient httpClient, ILogger logger)
|
||||
{
|
||||
_httpClient = httpClient;
|
||||
Logger = logger;
|
||||
_logger = logger;
|
||||
}
|
||||
#else
|
||||
private readonly IHttpClientFactory _httpClientFactory;
|
||||
|
||||
Reference in New Issue
Block a user