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

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
This commit is contained in:
1hitsong 2022-09-10 10:51:05 -04:00 committed by GitHub
parent 0aa2780ea7
commit d24444b6d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }