Remove unnecessary assembly, update casing, enable nullable reference types on notification DTOs.

This commit is contained in:
ZadenRB
2020-04-15 09:29:29 -06:00
parent ad1c880751
commit 558b50a094
4 changed files with 22 additions and 19 deletions

View File

@@ -71,7 +71,6 @@ 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();
}