mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 08:30:49 +01:00
Migrates the notifications service to use ASP.NET MVC framework
This commit is contained in:
@@ -71,6 +71,7 @@ namespace Jellyfin.Server.Extensions
|
||||
// Clear app parts to avoid other assemblies being picked up
|
||||
.ConfigureApplicationPartManager(a => a.ApplicationParts.Clear())
|
||||
.AddApplicationPart(typeof(StartupController).Assembly)
|
||||
.AddApplicationPart(typeof(NotificationsController).Assembly)
|
||||
.AddControllersAsServices();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user