From d9263dacd5d2e3594e08a5c75bedb31cfc4c5c97 Mon Sep 17 00:00:00 2001 From: Patrick Barron Date: Sat, 12 Dec 2020 11:20:48 -0500 Subject: Enable nullable for Jellyfin.Server.Implementations --- Jellyfin.Server.Implementations/Activity/ActivityManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jellyfin.Server.Implementations/Activity') diff --git a/Jellyfin.Server.Implementations/Activity/ActivityManager.cs b/Jellyfin.Server.Implementations/Activity/ActivityManager.cs index 7bde4f35be..27360afb0a 100644 --- a/Jellyfin.Server.Implementations/Activity/ActivityManager.cs +++ b/Jellyfin.Server.Implementations/Activity/ActivityManager.cs @@ -27,7 +27,7 @@ namespace Jellyfin.Server.Implementations.Activity } /// - public event EventHandler> EntryCreated; + public event EventHandler>? EntryCreated; /// public async Task CreateAsync(ActivityLog entry) -- cgit v1.2.3