mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 02:06:21 +00:00
Allow LRC start value to be null
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user