diff options
| author | cvium <clausvium@gmail.com> | 2019-01-12 19:52:59 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-01-15 16:48:21 +0100 |
| commit | e5ffa45dbe05773b7c2ac20019eac98be2797a3b (patch) | |
| tree | 13cb8589a7f0a0a6f3fed0c750c86b443decf4f2 /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | 22a64f37f54db9ae39b9265bcf24858377b74d14 (diff) | |
more descriptive TODO
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index 27ec476cc..d4653281f 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -125,7 +125,7 @@ namespace Emby.Server.Implementations.Updates IApplicationHost appHost, IApplicationPaths appPaths, IHttpClient httpClient, - IJsonSerializer jsonSerializer, + IJsonSerializer jsonSerializer, IServerConfigurationManager config, IFileSystem fileSystem, ICryptoProvider cryptographyProvider, @@ -169,7 +169,7 @@ namespace Emby.Server.Implementations.Updates string packageType = null, Version applicationVersion = null) { - // TODO cvium + // TODO cvium: when plugins get back this would need to be fixed // var packages = await GetAvailablePackagesWithoutRegistrationInfo(cancellationToken).ConfigureAwait(false); return new List<PackageInfo>(); //FilterPackages(packages, packageType, applicationVersion); |
