mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Merge pull request #11802 from crobibero/nullable-match-term
Mark SearchHint.MatchedTerm as nullable
This commit is contained in:
commit
ab6c2424db
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue