Przeglądaj źródła

here you go Niels

Cody Robibero 1 rok temu
rodzic
commit
d5e29bfce3
1 zmienionych plików z 1 dodań i 1 usunięć
  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.
         /// 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.