mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Don't evaluate twice
This commit is contained in:
parent
7f79f2ee0e
commit
b37cc7bfaf
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue