Enable nullable for Jellyfin.Server.Implementations

This commit is contained in:
Patrick Barron
2020-12-12 11:20:48 -05:00
parent b3caa51173
commit d9263dacd5
11 changed files with 9 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ namespace Jellyfin.Server.Implementations.Activity
}
/// <inheritdoc/>
public event EventHandler<GenericEventArgs<ActivityLogEntry>> EntryCreated;
public event EventHandler<GenericEventArgs<ActivityLogEntry>>? EntryCreated;
/// <inheritdoc/>
public async Task CreateAsync(ActivityLog entry)