mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
Remove unnecessary assembly, update casing, enable nullable reference types on notification DTOs.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user