소스 검색

Update Jellyfin.Api/Models/UserDtos/Lyrics.cs

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
1hitsong 2 년 전
부모
커밋
d24444b6d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jellyfin.Api/Models/UserDtos/Lyrics.cs

+ 1 - 1
Jellyfin.Api/Models/UserDtos/Lyrics.cs

@@ -11,7 +11,7 @@ namespace Jellyfin.Api.Models.UserDtos
         public double? Start { get; set; }
 
         /// <summary>
-        /// Gets or sets the test.
+        /// Gets or sets the text.
         /// </summary>
         public string? Text { get; set; }