mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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…
x
Reference in New Issue
Block a user