mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
Enable nullable reference types for Emby.Server.Implementations
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// <summary>
|
||||
/// Fires when the trigger condition is satisfied and the task should run.
|
||||
/// </summary>
|
||||
event EventHandler<EventArgs> Triggered;
|
||||
event EventHandler<EventArgs>? Triggered;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the options of this task.
|
||||
|
||||
Reference in New Issue
Block a user