mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Enable nullable reference types for MediaBrowser.Controller
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
/// Gets or sets the stream.
|
||||
/// </summary>
|
||||
/// <value>The stream.</value>
|
||||
public Stream Stream { get; set; }
|
||||
public Stream? Stream { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the format.
|
||||
|
||||
Reference in New Issue
Block a user