mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
2c5609b333
commit
f63a706a86
@ -826,7 +826,7 @@ namespace Emby.Server.Implementations
|
|||||||
|
|
||||||
private void RegisterPluginServices()
|
private void RegisterPluginServices()
|
||||||
{
|
{
|
||||||
foreach (var pluginServiceRegistrar in GetExportTypes<IPluginServiceRegistrator>())
|
foreach (var pluginServiceRegistrator in GetExportTypes<IPluginServiceRegistrator>())
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user