public TrailerChannel(IJsonSerializer json, IApplicationPaths appPaths, IHttpClient httpClient, ILogger logger) { _json = json; _appPaths = appPaths; _httpClient = httpClient; _logger = logger; Instance = this; }
public TrailerChannel(IJsonSerializer json, IApplicationPaths appPaths, IHttpClient httpClient, ILogger logger, IProviderManager providerManager) { _json = json; _appPaths = appPaths; _httpClient = httpClient; _logger = logger; _providerManager = providerManager; Instance = this; }