mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Enable nullabe reference types for MediaBrowser.Model
This commit is contained in:
@@ -5,6 +5,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
public class ResolutionConfiguration
|
||||
{
|
||||
public int MaxWidth { get; set; }
|
||||
|
||||
public int MaxBitrate { get; set; }
|
||||
|
||||
public ResolutionConfiguration(int maxWidth, int maxBitrate)
|
||||
|
||||
Reference in New Issue
Block a user