Pārlūkot izejas kodu

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

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
1hitsong 2 gadi atpakaļ
vecāks
revīzija
d24444b6d3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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; }