Merge branch 'master' into custom-repos

This commit is contained in:
dkanada
2020-06-17 02:09:32 +09:00
committed by GitHub
719 changed files with 8017 additions and 5040 deletions

View File

@@ -35,7 +35,7 @@ namespace Emby.Server.Implementations.Updates
/// <summary>
/// The logger.
/// </summary>
private readonly ILogger _logger;
private readonly ILogger<InstallationManager> _logger;
private readonly IApplicationPaths _appPaths;
private readonly IHttpClient _httpClient;
private readonly IJsonSerializer _jsonSerializer;