Skip to content

Commit

Permalink
here you go Niels
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed May 23, 2024
1 parent 06a5ddd commit d5e29bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Model/Search/SearchHint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public SearchHint()
/// 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.
Expand Down

0 comments on commit d5e29bf

Please sign in to comment.