Procházet zdrojové kódy

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

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
1hitsong před 2 roky
rodič
revize
d24444b6d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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; }