Skip to content

Commit

Permalink
Don't evaluate twice
Browse files Browse the repository at this point in the history
  • Loading branch information
daullmer committed Aug 31, 2020
1 parent 7f79f2e commit b37cc7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Emby.Server.Implementations/ApplicationHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1395,9 +1395,8 @@ public IEnumerable<Assembly> GetApiPluginAssemblies()
foreach (var assembly in assemblies)
{
Logger.LogDebug("Found API endpoints in plugin {name}", assembly.FullName);
yield return assembly;
}

return assemblies;
}

public virtual void LaunchUrl(string url)
Expand Down

0 comments on commit b37cc7b

Please sign in to comment.