mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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>
|
/// <summary>
|
||||||
/// Gets or sets the start time (ticks).
|
/// Gets or sets the start time (ticks).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double Start { get; set; }
|
public double? Start { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the text.
|
/// Gets or sets the text.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user