mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
Enable nullabe reference types for MediaBrowser.Model
This commit is contained in:
@@ -5,6 +5,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
public class ResolutionOptions
|
||||
{
|
||||
public int? MaxWidth { get; set; }
|
||||
|
||||
public int? MaxHeight { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user