mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Enable nullable reference types for MediaBrowser.Common
This commit is contained in:
@@ -14,9 +14,9 @@ namespace MediaBrowser.Common.Progress
|
||||
/// <summary>
|
||||
/// The _actions.
|
||||
/// </summary>
|
||||
private Action<T> _action;
|
||||
private Action<T>? _action;
|
||||
|
||||
public event EventHandler<T> ProgressChanged;
|
||||
public event EventHandler<T>? ProgressChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Registers the action.
|
||||
|
||||
Reference in New Issue
Block a user