Enable nullable for more files

This commit is contained in:
Bond_009
2024-03-13 14:56:51 +01:00
parent 9db093b9d9
commit 651681c276
12 changed files with 39 additions and 80 deletions

View File

@@ -1,4 +1,3 @@
#nullable disable
#pragma warning disable CS1591
using System;
@@ -31,7 +30,7 @@ namespace MediaBrowser.Model.Search
/// Gets or sets the search term.
/// </summary>
/// <value>The search term.</value>
public string SearchTerm { get; set; }
public required string SearchTerm { get; set; }
/// <summary>
/// Gets or sets the start index. Used for paging.