here you go Niels

This commit is contained in:
Cody Robibero 2024-05-23 07:16:56 -06:00
parent 06a5ddda5e
commit d5e29bfce3

View File

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