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

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
pull/8381/head
1hitsong 2 years ago committed by GitHub
parent 0aa2780ea7
commit d24444b6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save