Merge pull request #11802 from crobibero/nullable-match-term

Mark SearchHint.MatchedTerm as nullable
This commit is contained in:
Bond-009 2024-05-24 14:17:59 +02:00 committed by GitHub
commit ab6c2424db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ namespace MediaBrowser.Model.Search
/// Gets or sets the matched term.
/// </summary>
/// <value>The matched term.</value>
public string MatchedTerm { get; set; }
public string? MatchedTerm { get; set; }
/// <summary>
/// Gets or sets the index number.