diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-06 22:02:30 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-06-06 22:02:30 +0900 |
| commit | 8ac2f1bb8be29bf9d2285958cb233692765bfe32 (patch) | |
| tree | 09af340a7804b0da53c21891b999f790ea670ca5 /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | d6184dbadd4bb2dc85b28f61d004f334df7b3951 (diff) | |
simplify the custom repository feature for now
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index bdd7c31d6..6c02b8fdc 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -156,11 +156,6 @@ namespace Emby.Server.Implementations.Updates var result = new List<PackageInfo>(); foreach (RepositoryInfo repository in _config.Configuration.PluginRepositories) { - if (!repository.Enabled) - { - continue; - } - result.AddRange(await GetPackages(repository.Url, cancellationToken).ConfigureAwait(true)); } |
