diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-23 16:28:50 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-23 16:28:50 +0000 |
| commit | 62702fa3eb5070ce8c57dc4e39551bcc4e64fa74 (patch) | |
| tree | 050374062fb5251c0bb2a09bb25427a625a8a109 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | d98f42a6aa80b4d9f5f9ffecc17f87bd2510442a (diff) | |
Changes as requested
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index f73cd1ea4..b91ba6b6c 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -462,7 +462,7 @@ namespace Emby.Server.Implementations { // Convert to list so this isn't executed for each iteration var parts = GetExportTypes<T>() - .Select(defaultFunc) + .Select(i => defaultFunc(i)) .Where(i => i != null) .Cast<T>() .ToList(); |
