瀏覽代碼

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; }
         public double? Start { get; set; }
 
 
         /// <summary>
         /// <summary>
-        /// Gets or sets the test.
+        /// Gets or sets the text.
         /// </summary>
         /// </summary>
         public string? Text { get; set; }
         public string? Text { get; set; }