mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
fd86b141e2
@ -1042,8 +1042,6 @@ namespace Emby.Server.Implementations
|
|||||||
CollectionFolder.JsonSerializer = JsonSerializer;
|
CollectionFolder.JsonSerializer = JsonSerializer;
|
||||||
CollectionFolder.ApplicationHost = this;
|
CollectionFolder.ApplicationHost = this;
|
||||||
AuthenticatedAttribute.AuthService = AuthService;
|
AuthenticatedAttribute.AuthService = AuthService;
|
||||||
|
|
||||||
InstallationManager.PluginInstalled += PluginInstalled;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void PluginInstalled(object sender, GenericEventArgs<PackageVersionInfo> args)
|
private async void PluginInstalled(object sender, GenericEventArgs<PackageVersionInfo> args)
|
||||||
@ -1085,6 +1083,7 @@ namespace Emby.Server.Implementations
|
|||||||
protected void FindParts()
|
protected void FindParts()
|
||||||
{
|
{
|
||||||
InstallationManager = _serviceProvider.GetService<IInstallationManager>();
|
InstallationManager = _serviceProvider.GetService<IInstallationManager>();
|
||||||
|
InstallationManager.PluginInstalled += PluginInstalled;
|
||||||
|
|
||||||
if (!ServerConfigurationManager.Configuration.IsPortAuthorized)
|
if (!ServerConfigurationManager.Configuration.IsPortAuthorized)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user