Pārlūkot izejas kodu

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

Mark SearchHint.MatchedTerm as nullable
Bond-009 1 gadu atpakaļ
vecāks
revīzija
ab6c2424db
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      MediaBrowser.Model/Search/SearchHint.cs

+ 1 - 1
MediaBrowser.Model/Search/SearchHint.cs

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