mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Don't evaluate twice
This commit is contained in:
parent
7f79f2ee0e
commit
b37cc7bfaf
@ -1395,9 +1395,8 @@ namespace Emby.Server.Implementations
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user