here you go Niels

pull/11802/head
Cody Robibero 4 months ago
parent 06a5ddda5e
commit d5e29bfce3

@ -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.

Loading…
Cancel
Save