Allow LRC start value to be null
This commit is contained in:
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…
Reference in New Issue
Block a user