Allow LRC start value to be null

pull/8381/head
1hitsong 2 years ago
parent 9d5cf67dfe
commit 97f8a63b89

@ -8,7 +8,7 @@ namespace Jellyfin.Api.Models.UserDtos
/// <summary>
/// Gets or sets the start time (ticks).
/// </summary>
public double Start { get; set; }
public double? Start { get; set; }
/// <summary>
/// Gets or sets the text.

Loading…
Cancel
Save