This commit is contained in:
Luke Pulverenti
2017-08-20 17:07:47 -04:00
parent f4765a87cc
commit 2e5db767f3
6 changed files with 26 additions and 13 deletions

View File

@@ -290,6 +290,7 @@ namespace Emby.Server.Implementations.Updates
protected PackageInfo[] FilterPackages(List<PackageInfo> packages)
{
foreach (var package in packages)
{
package.versions = package.versions.Where(v => !string.IsNullOrWhiteSpace(v.sourceUrl))