Allow LRC start value to be null

This commit is contained in:
1hitsong 2022-09-11 15:56:34 -04:00
parent 9d5cf67dfe
commit 97f8a63b89
1 changed files with 1 additions and 1 deletions

View File

@ -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.