mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 11:02:14 +01:00
Use IHostedService for UPnP port forwarding
This commit is contained in:
@@ -125,6 +125,7 @@ namespace Jellyfin.Server
|
||||
services.AddLiveTvServices();
|
||||
|
||||
services.AddHostedService<AutoDiscoveryHost>();
|
||||
services.AddHostedService<PortForwardingHost>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user