diff options
| -rw-r--r-- | Jellyfin.Api/Models/UserDtos/Lyrics.cs | 2 |
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; } |
