소스 검색

Backport pull request #11802 from jellyfin/release-10.9.z

Mark SearchHint.MatchedTerm as nullable

Original-merge: ab6c2424dbb6b0e0a046b746d564cfc78103f8fb

Merged-by: Bond-009 <bond.009@outlook.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
crobibero 1 년 전
부모
커밋
35bc6866d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.