diff options
| author | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-15 00:01:31 -0600 |
|---|---|---|
| committer | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-15 00:01:31 -0600 |
| commit | 1180b9746fe7c4a6562baff77910819a6706510b (patch) | |
| tree | 3f70a923bc6b4d2d30fa2c4f0ef947ed2f87abca /Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs | |
| parent | 96795ca250980fedee8a4db3eb4e61755478db75 (diff) | |
Migrates the notifications service to use ASP.NET MVC framework
Diffstat (limited to 'Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs')
| -rw-r--r-- | Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs b/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs index dd4f9cd238..b3164e068f 100644 --- a/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs +++ b/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs @@ -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(); } |
