mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-02 18:43:10 +01:00
Allow LRC start value to be null
This commit is contained in:
parent
9d5cf67dfe
commit
97f8a63b89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue