mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
simplify the custom repository feature for now
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user