浏览代码

more descriptive TODO

cvium 6 年之前
父节点
当前提交
e5ffa45dbe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Emby.Server.Implementations/Updates/InstallationManager.cs

+ 2 - 2
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);