Browse Source

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

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
1hitsong 2 years ago
parent
commit
d24444b6d3
1 changed files with 1 additions and 1 deletions
  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; }