mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 19:54:47 +01:00
Enable nullabe reference types for MediaBrowser.Model
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// Gets or sets the sort by - SortName, Priority
|
||||
/// </summary>
|
||||
/// <value>The sort by.</value>
|
||||
public string SortBy { get; set; }
|
||||
public string? SortBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the sort order.
|
||||
|
||||
Reference in New Issue
Block a user