aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-10 10:51:05 -0400
committerGitHub <noreply@github.com>2022-09-10 10:51:05 -0400
commitd24444b6d3a2e973d50edc2a8a1d01a433db645e (patch)
tree9e95855228752c7abf59e84383a9e617ca1a88bb
parent0aa2780ea7b23aed31765550f707f7ea9fc0daf1 (diff)
Update Jellyfin.Api/Models/UserDtos/Lyrics.cs
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
-rw-r--r--Jellyfin.Api/Models/UserDtos/Lyrics.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/UserDtos/Lyrics.cs b/Jellyfin.Api/Models/UserDtos/Lyrics.cs
index df1b5d08a..cd548eb03 100644
--- a/Jellyfin.Api/Models/UserDtos/Lyrics.cs
+++ b/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; }